diff --git a/includes/syslog.php b/includes/syslog.php index 68a426436..a52fa086f 100755 --- a/includes/syslog.php +++ b/includes/syslog.php @@ -44,8 +44,6 @@ function process_syslog($entry, $update) { if (strpos($entry['msg'], $bi) !== FALSE) { - print_r($entry); - echo('D-'.$bi); return $entry; } }