]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Remove common_debug call that slipped by
authorMikael Nordfeldth <mmn@hethane.se>
Thu, 19 Feb 2015 20:26:55 +0000 (21:26 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Thu, 19 Feb 2015 20:26:55 +0000 (21:26 +0100)
extlib/DB.php

index adc264287676402433702b8eb23896fb61c11a4a..b9b5c4a79fdd0462e0a7d0ca4065dd41a42a9364 100644 (file)
@@ -962,7 +962,6 @@ class DB_Error extends PEAR_Error
     function DB_Error($code = DB_ERROR, $mode = PEAR_ERROR_RETURN,
                       $level = E_USER_NOTICE, $debuginfo = null)
     {
-        common_debug(var_export($debuginfo,true));
         if (is_int($code)) {
             $this->PEAR_Error('DB Error: ' . DB::errorMessage($code), $code,
                               $mode, $level, $debuginfo);