1
0
mirror of https://github.com/silverstripe/silverstripe-mssql synced 2024-10-22 06:05:53 +00:00

Removed echo statement

This commit is contained in:
Sean Harvey 2009-04-08 05:10:12 +00:00
parent 18789c5d84
commit 87419c77f1

@ -135,7 +135,7 @@ class MSSQLDatabase extends Database {
$starttime = microtime(true);
}
echo 'sql: ' . $sql . '<br>';
//echo 'sql: ' . $sql . '<br>';
//Debug::backtrace();
//if($sql!='')