From 0f23b01fe527dfbdad9615b4b34f0e1e160af544 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Thu, 2 Jun 2011 08:18:52 +0000 Subject: [PATCH] Removed useless call to wfLogProfilingData() since profiling is disabled in command-line mode --- maintenance/preprocessorFuzzTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/maintenance/preprocessorFuzzTest.php b/maintenance/preprocessorFuzzTest.php index 20eb0c472c..4b9d666f1c 100644 --- a/maintenance/preprocessorFuzzTest.php +++ b/maintenance/preprocessorFuzzTest.php @@ -102,7 +102,6 @@ class PPFuzzTester { file_put_contents( $filename, "Input:\n$testReport\n" );*/ } } - wfLogProfilingData(); } function makeInputText( $max = false ) { -- 2.20.1