From 096fe204fbe96102399ed7877fb325781fd4af88 Mon Sep 17 00:00:00 2001 From: laf Date: Sun, 19 Apr 2015 23:27:12 +0100 Subject: [PATCH] Removed debug statement --- html/includes/table/alerts.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/html/includes/table/alerts.inc.php b/html/includes/table/alerts.inc.php index b230cf5394..c9131cba4b 100644 --- a/html/includes/table/alerts.inc.php +++ b/html/includes/table/alerts.inc.php @@ -35,7 +35,6 @@ if ($rowCount != -1) { $sql = "SELECT `alerts`.*, `devices`.`hostname` AS `hostname`,`alert_rules`.`rule` AS `rule`, `alert_rules`.`name` AS `name`, `alert_rules`.`severity` AS `severity` $sql"; -system("echo '$sql' >> /tmp/testing"); $rulei = 0; $format = $_POST['format']; foreach (dbFetchRows($sql,$param) as $alert) {