No debug output
authorJoey Schulze <joey@infodrom.org>
Thu, 8 Nov 2007 15:36:31 +0000 (15:36 +0000)
committerJoey Schulze <joey@infodrom.org>
Thu, 8 Nov 2007 15:36:31 +0000 (15:36 +0000)
src/InfoCon/stempel/status.wml

index c277020..0c92e24 100644 (file)
@@ -58,7 +58,6 @@ echo '<br'.$query;
     $query .= "ORDER BY customer,start";
 
     $sth = pg_exec ($dbh, $query);
-echo '<br>'.$query;
 
     $customer = '';
     while ($row = pg_fetch_array ($sth)) {