Remove debug code
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
parent
7b3855a375
commit
ccf3e4255a
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue