summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/views/scaffold.html.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/core/views/scaffold.html.php b/core/views/scaffold.html.php
index cd625467..028acd02 100644
--- a/core/views/scaffold.html.php
+++ b/core/views/scaffold.html.php
@@ -426,20 +426,6 @@
<i>(<?= $most_tagged->count ?> tags)</i>
</li>
<? endif ?>
- <li> Profiling:
- <? if (Session::instance()->get("profiler", false)): ?>
- <b>on</b> <?= html::anchor("scaffold/session/profiler?value=0", "off") ?>
- <? else: ?>
- <?= html::anchor("scaffold/session/profiler?value=1", "on") ?> <b>off</b>
- <? endif ?>
- </li>
- <li> Debug:
- <? if (Session::instance()->get("debug", false)): ?>
- <b>on</b> <?= html::anchor("scaffold/session/debug?value=0", "off") ?>
- <? else: ?>
- <?= html::anchor("scaffold/session/debug?value=1", "on") ?> <b>off</b>
- <? endif ?>
- </li>
</ul>
</div>