794a3333696972cf8d9701603ada98619a2f2594
Author: Mark Story
Date: 2009-01-05 13:40:46 -0500
diff --cc views/elements/variables_panel.ctp
index 87d7ddf,95dc9bf..848d496
--- a/views/elements/variables_panel.ctp
+++ b/views/elements/variables_panel.ctp
@@@ -28,4 -28,8 +28,8 @@@
*/
?>
<h2> <?php __('View Variables'); ?></h2>
- <?php echo $toolbar->makeNeatArray($this->viewVars); ?>
+ <?php
+ $vars = $this->viewVars;
+ unset($vars['debugToolbarPanels'], $vars['debugToolbarJavascript']);
+ ?>
-<?php echo $toolbar->makeNeatArray($vars); ?>
++<?php echo $toolbar->makeNeatArray($vars); ?>
