mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Remove test code
This seems to have been commited by mistake with 6dbe417c51
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
parent
348d97dfd6
commit
99bf437640
1 changed files with 0 additions and 1 deletions
|
|
@ -150,7 +150,6 @@ class TemplateLayout extends \OC_Template {
|
|||
\OC::$server->getURLGenerator()
|
||||
);
|
||||
$this->assign('inline_ocjs', $jsConfigHelper->getConfig());
|
||||
$this->assign('foo', 'bar');
|
||||
} else {
|
||||
$this->append('jsfiles', \OC::$server->getURLGenerator()->linkToRoute('core.OCJS.getConfig', ['v' => self::$versionHash]));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue