mirror of
https://github.com/silverstripe/silverstripe-mssql
synced 2024-10-22 08:05:53 +02:00
Removed echo statement
This commit is contained in:
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!='')
|
||||
|
Loading…
Reference in New Issue
Block a user