We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7088287 commit 3185f1bCopy full SHA for 3185f1b
1 file changed
openstack/code/utils/DB/CustomMySQLDatabase.php
@@ -97,8 +97,6 @@ public function transactionEnd($chain = false){
97
98
public function query($sql, $errorLevel = E_USER_ERROR) {
99
$query = parent::query($sql, $errorLevel);
100
- if(Director::isDev())
101
- SS_Log::log($sql, SS_Log::DEBUG);
102
return $query;
103
}
104
0 commit comments