From c1f84a7a649eda202167c077371c610b18d475a3 Mon Sep 17 00:00:00 2001 From: John Du Hart Date: Tue, 3 Jan 2012 23:52:15 +0000 Subject: [PATCH] Followup r107954, rm debugging code --- includes/debug/Debug.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/debug/Debug.php b/includes/debug/Debug.php index 328bd5e0be..010745963d 100644 --- a/includes/debug/Debug.php +++ b/includes/debug/Debug.php @@ -253,8 +253,6 @@ class MWDebug { } global $wgVersion, $wgRequestTime; - wfWarn( 'johnduhart is pretty cool' ); - wfDeprecated( __METHOD__, '1.19' ); MWDebug::log( 'MWDebug output complete' ); $debugInfo = array( 'mwVersion' => $wgVersion, -- 2.20.1