From: Alexandre Emsenhuber Date: Thu, 21 Apr 2011 16:33:10 +0000 (+0000) Subject: Removed false comment introduced in r86633 X-Git-Tag: 1.31.0-rc.0~30646 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=f495fe86398f748d835ce5e8ae679f4374b36e78;p=lhc%2Fweb%2Fwiklou.git Removed false comment introduced in r86633 --- 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; }