From f495fe86398f748d835ce5e8ae679f4374b36e78 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Thu, 21 Apr 2011 16:33:10 +0000 Subject: [PATCH] Removed false comment introduced in r86633 --- includes/GlobalFunctions.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 357a64bf1b..02c793e58a 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -362,9 +362,6 @@ function wfLogProfilingData() { $profiler->logData(); // Check whether this should be logged in the debug file. - // This have to be done after calling getOutput() since that call may log - // data in the database or send to a remote host and we want that even if - // it won't be send to the debug file. if ( $wgDebugLogFile == '' || ( $wgRequest->getVal( 'action' ) == 'raw' && !$wgDebugRawPage ) ) { return; } -- 2.20.1