From c04d57106365fe95486c114a4be1a80a8a7d1a6a Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Thu, 12 Jan 2017 16:55:43 -0800 Subject: [PATCH] Remove fully initialized debug message, dubiously useful Change-Id: I406e44a3751788c4282f5cb22377d258f06671c3 --- includes/Setup.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/Setup.php b/includes/Setup.php index f6631eadb9..b0d0fe7eb6 100644 --- a/includes/Setup.php +++ b/includes/Setup.php @@ -880,7 +880,6 @@ if ( !$wgCommandLineMode ) { Pingback::schedulePingback(); } -wfDebug( "Fully initialised\n" ); $wgFullyInitialised = true; Profiler::instance()->scopedProfileOut( $ps_extensions ); -- 2.20.1