Removed useless call to wfLogProfilingData() since profiling is disabled in command...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 2 Jun 2011 08:18:52 +0000 (08:18 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 2 Jun 2011 08:18:52 +0000 (08:18 +0000)
maintenance/preprocessorFuzzTest.php

index 20eb0c4..4b9d666 100644 (file)
@@ -102,7 +102,6 @@ class PPFuzzTester {
                                file_put_contents( $filename, "Input:\n$testReport\n" );*/
                        }
                }
-               wfLogProfilingData();
        }
 
        function makeInputText( $max = false ) {