From 6b413b4e946bb627d39438dbc38dda78bcd4fba5 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 22 Feb 2016 10:57:55 +0100 Subject: [event.inc] Remove debug output --- inc/event.inc.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'inc/event.inc.php') 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'); } -- cgit v1.2.3-55-g7522