diff options
author | Martin T. H. Sandsmark <sandsmark@samfundet.no> | 2010-07-25 13:00:09 +0200 |
---|---|---|
committer | Martin T. H. Sandsmark <sandsmark@samfundet.no> | 2010-07-25 13:00:09 +0200 |
commit | 1f46d0fc7d428922cf4ed4466fa6db2a799c69c8 (patch) | |
tree | 639cd09e5827ffc8caa63d476a21afec18ff9f2c /inc | |
parent | ce0993e0c71ecfaa1d81ddebd53c3ffbdcb6cd67 (diff) | |
download | nextcloud-server-1f46d0fc7d428922cf4ed4466fa6db2a799c69c8.tar.gz nextcloud-server-1f46d0fc7d428922cf4ed4466fa6db2a799c69c8.zip |
remove debug output
Diffstat (limited to 'inc')
-rw-r--r-- | inc/lib_base.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/lib_base.php b/inc/lib_base.php index 65387471b2b..2e207735361 100644 --- a/inc/lib_base.php +++ b/inc/lib_base.php @@ -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; |