Skip to content

Commit 3185f1b

Browse files
committed
[smarcet]
* removed log to file due timeout
1 parent 7088287 commit 3185f1b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

openstack/code/utils/DB/CustomMySQLDatabase.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ public function transactionEnd($chain = false){
9797

9898
public function query($sql, $errorLevel = E_USER_ERROR) {
9999
$query = parent::query($sql, $errorLevel);
100-
if(Director::isDev())
101-
SS_Log::log($sql, SS_Log::DEBUG);
102100
return $query;
103101
}
104102

0 commit comments

Comments
 (0)