diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2016-05-09 13:59:30 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2016-05-24 11:26:53 +0200 |
commit | 823e4911c9c543abf7143fbbe2287b5cd5f139ca (patch) | |
tree | 9f08470f5f93c4c8c3a2b886e09b719e338d0768 /apps/updatenotification/lib | |
parent | 96691138df3ce6b1fda98f2c1b9a42ced6e614c0 (diff) | |
download | nextcloud-server-823e4911c9c543abf7143fbbe2287b5cd5f139ca.tar.gz nextcloud-server-823e4911c9c543abf7143fbbe2287b5cd5f139ca.zip |
Add tests for the Notifier
Diffstat (limited to 'apps/updatenotification/lib')
-rw-r--r-- | apps/updatenotification/lib/Notification/Notifier.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/updatenotification/lib/Notification/Notifier.php b/apps/updatenotification/lib/Notification/Notifier.php index 62c4819fb1e..50505ef13f6 100644 --- a/apps/updatenotification/lib/Notification/Notifier.php +++ b/apps/updatenotification/lib/Notification/Notifier.php @@ -48,7 +48,6 @@ class Notifier implements INotifier { $this->notificationManager = $notificationManager; $this->l10NFactory = $l10NFactory; $this->appVersions = $this->getAppVersions(); - \OC::$server->getLogger()->error(json_encode($this->appVersions)); } /** |