From: Alexandre Emsenhuber Date: Thu, 2 Jun 2011 08:18:52 +0000 (+0000) Subject: Removed useless call to wfLogProfilingData() since profiling is disabled in command... X-Git-Tag: 1.31.0-rc.0~29780 X-Git-Url: http://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=0f23b01fe527dfbdad9615b4b34f0e1e160af544;p=lhc%2Fweb%2Fwiklou.git Removed useless call to wfLogProfilingData() since profiling is disabled in command-line mode --- 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 ) {