Skip to content
Snippets Groups Projects
Commit 1f46d0fc authored by Martin Sandsmark's avatar Martin Sandsmark
Browse files

remove debug output

parent ce0993e0
Branches
No related tags found
No related merge requests found
...@@ -376,7 +376,6 @@ class OC_DB { ...@@ -376,7 +376,6 @@ class OC_DB {
* @return result-set * @return result-set
*/ */
static function query($cmd){ static function query($cmd){
error_log($cmd);
global $CONFIG_DBTYPE; global $CONFIG_DBTYPE;
if(!trim($cmd)){ if(!trim($cmd)){
return false; return false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment