Fixed some incorrect Profiler comments
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 18 Nov 2014 20:39:01 +0000 (12:39 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 18 Nov 2014 20:39:01 +0000 (12:39 -0800)
Change-Id: Ibadc9c7aa0e199e3bd0776a3d563fb6afc1ff7cd

includes/profiler/output/ProfilerOutputDb.php
includes/profiler/output/ProfilerOutputText.php

index e3cfd31..92383f6 100644 (file)
@@ -24,8 +24,6 @@
 /**
  * Logs profiling data into the local DB
  *
- * $wgProfiler['class'] = 'ProfilerSimpleDB';
- *
  * @ingroup Profiler
  * @since 1.25
  */
index 62c8088..b24bbef 100644 (file)
 /**
  * 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
  */