Remove common_debug call that slipped by

This commit is contained in:
Mikael Nordfeldth 2015-02-19 21:26:55 +01:00
parent b54710950f
commit 987232a0a6
1 changed files with 0 additions and 1 deletions

View 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);