From 961d466758a11877d6cc0436e3198dda894dcb2f Mon Sep 17 00:00:00 2001 From: Frank Fegert Date: Fri, 5 Jun 2009 15:04:19 +0000 Subject: [PATCH] - removed debugging output. --- includes/tsmmonitor.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/tsmmonitor.php b/includes/tsmmonitor.php index 9aa9ae2..a1181bc 100644 --- a/includes/tsmmonitor.php +++ b/includes/tsmmonitor.php @@ -849,7 +849,6 @@ class TSMMonitor { //execute the constructed query $sql = "SELECT ".$columnnames." from res_".$qtable."_".$server.$timestampquery.$wc.$sqlappend; -echo "TEST 1: $sql
\n"; $_SESSION["lastsql"] = $sql; if ($sqlres) $this->message = $sql;