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);
|
$starttime = microtime(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
echo 'sql: ' . $sql . '<br>';
|
//echo 'sql: ' . $sql . '<br>';
|
||||||
//Debug::backtrace();
|
//Debug::backtrace();
|
||||||
|
|
||||||
//if($sql!='')
|
//if($sql!='')
|
||||||
|
Loading…
Reference in New Issue
Block a user