Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin T. H. Sandsmark <sandsmark@samfundet.no>2010-07-25 15:00:09 +0400
committerMartin T. H. Sandsmark <sandsmark@samfundet.no>2010-07-25 15:00:09 +0400
commit1f46d0fc7d428922cf4ed4466fa6db2a799c69c8 (patch)
tree639cd09e5827ffc8caa63d476a21afec18ff9f2c /inc/lib_base.php
parentce0993e0c71ecfaa1d81ddebd53c3ffbdcb6cd67 (diff)
remove debug output
Diffstat (limited to 'inc/lib_base.php')
-rw-r--r--inc/lib_base.php1
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;