Merge "Remove fully initialized debug message, dubiously useful"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Fri, 13 Jan 2017 01:26:31 +0000 (01:26 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 13 Jan 2017 01:26:31 +0000 (01:26 +0000)
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 );