Followup r107954, rm debugging code
authorJohn Du Hart <johnduhart@users.mediawiki.org>
Tue, 3 Jan 2012 23:52:15 +0000 (23:52 +0000)
committerJohn Du Hart <johnduhart@users.mediawiki.org>
Tue, 3 Jan 2012 23:52:15 +0000 (23:52 +0000)
includes/debug/Debug.php

index 328bd5e..0107459 100644 (file)
@@ -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,