Remove per-template profiling
[lhc/web/wiklou.git] / includes / profiler / ProfilerSimpleDB.php
index 3625db6..911b926 100644 (file)
  * @ingroup Profiler
  */
 class ProfilerSimpleDB extends ProfilerStandard {
-       public function isPersistent() {
-               return true;
-       }
-
        /**
         * Log the whole profiling data into the database.
         */