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;