From 987232a0a67b24c6dab3e82f950dd730c45d975d Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Thu, 19 Feb 2015 21:26:55 +0100 Subject: [PATCH] Remove common_debug call that slipped by --- extlib/DB.php | 1 - 1 file changed, 1 deletion(-) diff --git a/extlib/DB.php b/extlib/DB.php index adc2642876..b9b5c4a79f 100644 --- a/extlib/DB.php +++ b/extlib/DB.php @@ -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); -- 2.39.2