Browse Source

Remove debug code

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
tags/v11.0RC2
Lukas Reschke 7 years ago
parent
commit
ccf3e4255a
No account linked to committer's email address
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      apps/dav/lib/AppInfo/Application.php

+ 0
- 4
apps/dav/lib/AppInfo/Application.php 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);

Loading…
Cancel
Save