summaryrefslogtreecommitdiffstats
path: root/inc/event.inc.php
diff options
context:
space:
mode:
authorSimon Rettberg2016-02-22 10:57:55 +0100
committerSimon Rettberg2016-02-22 10:57:55 +0100
commit6b413b4e946bb627d39438dbc38dda78bcd4fba5 (patch)
treec3b9c4cce82bd83f9fad78679889df3181aba7e2 /inc/event.inc.php
parentsd-gkmdth DTHOSTROJSTDH (diff)
downloadslx-admin-6b413b4e946bb627d39438dbc38dda78bcd4fba5.tar.gz
slx-admin-6b413b4e946bb627d39438dbc38dda78bcd4fba5.tar.xz
slx-admin-6b413b4e946bb627d39438dbc38dda78bcd4fba5.zip
[event.inc] Remove debug output
Diffstat (limited to 'inc/event.inc.php')
-rw-r--r--inc/event.inc.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/inc/event.inc.php b/inc/event.inc.php
index 5dca20ef..3e9f93aa 100644
--- a/inc/event.inc.php
+++ b/inc/event.inc.php
@@ -73,7 +73,6 @@ class Event
*/
public static function serverIpChanged()
{
- error_log('Server ip changed');
global $tidIpxe;
$tidIpxe = Trigger::ipxe();
ConfigModule::serverIpChanged();
@@ -84,7 +83,6 @@ class Event
*/
public static function activeConfigChanged()
{
- error_log('Active config changed');
$task = Trigger::ldadp();
TaskmanagerCallback::addCallback($task, 'ldadpStartup');
}