drop unneeded hint
This commit is contained in:
parent
f901c5ff08
commit
be32e562e3
1 changed files with 0 additions and 1 deletions
|
@ -169,7 +169,6 @@ class Server extends SimpleContainer implements IServerContainer {
|
|||
return new AvatarManager();
|
||||
});
|
||||
$this->registerService('Logger', function (Server $c) {
|
||||
/** @var $c SimpleContainer */
|
||||
$logClass = $c->query('AllConfig')->getSystemValue('log_type', 'owncloud');
|
||||
$logger = 'OC_Log_' . ucfirst($logClass);
|
||||
call_user_func(array($logger, 'init'));
|
||||
|
|
Loading…
Reference in a new issue