Removing $cakeDebug from skel layout.

This commit is contained in:
Mark Story 2009-12-28 10:20:11 -05:00
parent 1eff024e7e
commit 1183846390

View file

@ -54,6 +54,6 @@
?>
</div>
</div>
<?php echo $cakeDebug; ?>
<?php echo $this->element('sql_dump'); ?>
</body>
</html>