From: Marcin Cieślak Date: Thu, 15 Mar 2012 02:00:16 +0000 (+0000) Subject: Followup-To: r113888 Remove extra wfDebug() X-Git-Tag: 1.31.0-rc.0~24245 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=3ebbdc7d0d16231089932cba3c3f3883348d6b03;p=lhc%2Fweb%2Fwiklou.git Followup-To: r113888 Remove extra wfDebug() --- diff --git a/includes/RecentChange.php b/includes/RecentChange.php index 444e40fbd1..a1097bec15 100644 --- a/includes/RecentChange.php +++ b/includes/RecentChange.php @@ -555,7 +555,6 @@ class RecentChange { 'rc_log_action' => $action, 'rc_params' => $params ); - wfDebug(__METHOD__ . ": " . var_export($rc->mAttribs, TRUE) . "\n"); $rc->mExtra = array( 'prefixedDBkey' => $title->getPrefixedDBkey(),