Remove debug code

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Lukas Reschke 2016-11-18 17:40:54 +01:00 committed by Roeland Jago Douma
parent 7b3855a375
commit ccf3e4255a
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with 0 additions and 4 deletions

View File

@ -142,10 +142,6 @@ class Application extends App {
);
});
$dispatcher->addListener('OC\AccountManager::userUpdated', function(GenericEvent $event) {
error_log("hello");
});
$listener = function(GenericEvent $event, $eventName) {
/** @var Backend $backend */
$backend = $this->getContainer()->query(Backend::class);