summaryrefslogtreecommitdiffstats
path: root/inc/event.inc.php
diff options
context:
space:
mode:
authorSimon Rettberg2016-09-09 12:11:48 +0200
committerSimon Rettberg2016-09-09 12:11:48 +0200
commit8017c3a6a77b43094836f78a17e2fe1c0e5b78ad (patch)
treec839decce63f93de48058660b9b0cb26f352a1db /inc/event.inc.php
parent[systemstatus] Fix ldadp log (diff)
downloadslx-admin-8017c3a6a77b43094836f78a17e2fe1c0e5b78ad.tar.gz
slx-admin-8017c3a6a77b43094836f78a17e2fe1c0e5b78ad.tar.xz
slx-admin-8017c3a6a77b43094836f78a17e2fe1c0e5b78ad.zip
Silence some warnings
Diffstat (limited to 'inc/event.inc.php')
-rw-r--r--inc/event.inc.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/event.inc.php b/inc/event.inc.php
index 8a69ec95..7a7c48b0 100644
--- a/inc/event.inc.php
+++ b/inc/event.inc.php
@@ -96,7 +96,6 @@ class Event
*/
public static function activeConfigChanged()
{
- error_log('Active config changed');
$task = Trigger::ldadp();
TaskmanagerCallback::addCallback($task, 'ldadpStartup');
}