mirror of
https://github.com/nextcloud/server.git
synced 2026-03-25 20:03:23 -04:00
remove debug output
This commit is contained in:
parent
ce0993e0c7
commit
1f46d0fc7d
1 changed files with 0 additions and 1 deletions
|
|
@ -376,7 +376,6 @@ class OC_DB {
|
|||
* @return result-set
|
||||
*/
|
||||
static function query($cmd){
|
||||
error_log($cmd);
|
||||
global $CONFIG_DBTYPE;
|
||||
if(!trim($cmd)){
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue