From 205393fb91d7a73bd93dfeb69006e2049c87c32b Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Tue, 18 Nov 2014 12:39:01 -0800 Subject: [PATCH] Fixed some incorrect Profiler comments Change-Id: Ibadc9c7aa0e199e3bd0776a3d563fb6afc1ff7cd --- includes/profiler/output/ProfilerOutputDb.php | 2 -- includes/profiler/output/ProfilerOutputText.php | 5 ----- 2 files changed, 7 deletions(-) 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 */ -- 2.20.1