remove debug output

remotes/origin/stable
Martin T. H. Sandsmark 2010-07-25 13:00:09 +07:00
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;