Removed false comment introduced in r86633
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 21 Apr 2011 16:33:10 +0000 (16:33 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 21 Apr 2011 16:33:10 +0000 (16:33 +0000)
includes/GlobalFunctions.php

index 357a64b..02c793e 100644 (file)
@@ -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;
        }