drop unneeded hint

This commit is contained in:
Morris Jobke 2014-10-25 12:00:56 +02:00
parent f901c5ff08
commit be32e562e3
1 changed files with 0 additions and 1 deletions

View File

@ -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'));