mirror of
https://codeberg.org/mclemens/tsmmonitor2.git
synced 2024-12-22 11:56:34 -05:00
- removed debugging output.
This commit is contained in:
parent
b428bddf54
commit
961d466758
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user