- removed debugging output.

This commit is contained in:
Frank Fegert 2009-06-05 15:04:19 +00:00
parent b428bddf54
commit 961d466758
1 changed files with 0 additions and 1 deletions

View File

@ -849,7 +849,6 @@ class TSMMonitor {
//execute the constructed query
$sql = "SELECT ".$columnnames." from res_".$qtable."_".$server.$timestampquery.$wc.$sqlappend;
echo "TEST 1: $sql<br>\n";
$_SESSION["lastsql"] = $sql;
if ($sqlres) $this->message = $sql;