Merge "Remove fully initialized debug message, dubiously useful"
[lhc/web/wiklou.git] / includes / Setup.php
index 4fd222c..94da424 100644 (file)
@@ -876,7 +876,6 @@ if ( !$wgCommandLineMode ) {
        Pingback::schedulePingback();
 }
 
-wfDebug( "Fully initialised\n" );
 $wgFullyInitialised = true;
 
 Profiler::instance()->scopedProfileOut( $ps_extensions );