diff options
Diffstat (limited to 'inc/event.inc.php')
-rw-r--r-- | inc/event.inc.php | 2 |
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'); } |