Remove fully initialized debug message, dubiously useful
authorChad Horohoe <chadh@wikimedia.org>
Fri, 13 Jan 2017 00:55:43 +0000 (16:55 -0800)
committerChad Horohoe <chadh@wikimedia.org>
Fri, 13 Jan 2017 00:56:13 +0000 (16:56 -0800)
Change-Id: I406e44a3751788c4282f5cb22377d258f06671c3

includes/Setup.php

index f6631ea..b0d0fe7 100644 (file)
@@ -880,7 +880,6 @@ if ( !$wgCommandLineMode ) {
        Pingback::schedulePingback();
 }
 
-wfDebug( "Fully initialised\n" );
 $wgFullyInitialised = true;
 
 Profiler::instance()->scopedProfileOut( $ps_extensions );