From: Aaron Schulz Date: Tue, 18 Nov 2014 20:39:01 +0000 (-0800) Subject: Fixed some incorrect Profiler comments X-Git-Tag: 1.31.0-rc.0~13259^2 X-Git-Url: http://git.cyclocoop.org/%22.htmlspecialchars%28%24url_syndic%29.%22?a=commitdiff_plain;h=205393fb91d7a73bd93dfeb69006e2049c87c32b;p=lhc%2Fweb%2Fwiklou.git Fixed some incorrect Profiler comments Change-Id: Ibadc9c7aa0e199e3bd0776a3d563fb6afc1ff7cd --- diff --git a/includes/profiler/output/ProfilerOutputDb.php b/includes/profiler/output/ProfilerOutputDb.php index e3cfd3148c..92383f67b1 100644 --- a/includes/profiler/output/ProfilerOutputDb.php +++ b/includes/profiler/output/ProfilerOutputDb.php @@ -24,8 +24,6 @@ /** * Logs profiling data into the local DB * - * $wgProfiler['class'] = 'ProfilerSimpleDB'; - * * @ingroup Profiler * @since 1.25 */ diff --git a/includes/profiler/output/ProfilerOutputText.php b/includes/profiler/output/ProfilerOutputText.php index 62c8088289..b24bbefaa9 100644 --- a/includes/profiler/output/ProfilerOutputText.php +++ b/includes/profiler/output/ProfilerOutputText.php @@ -24,11 +24,6 @@ /** * The least sophisticated profiler output class possible, view your source! :) * - * Put the following 2 lines in StartProfiler.php: - * - * $wgProfiler['class'] = 'ProfilerSimpleText'; - * $wgProfiler['visible'] = true; - * * @ingroup Profiler * @since 1.25 */