includes/common.php
changeset 286 b2f985e4cef3
parent 272 e0ec986c0af3
child 304 e2cb5f1432c8
child 311 a007145a0ff6
--- a/includes/common.php	Fri Nov 23 17:59:24 2007 -0500
+++ b/includes/common.php	Sat Nov 24 00:53:23 2007 -0500
@@ -54,16 +54,18 @@
   die(__FILE__.':'.__LINE__.': The debugConsole requires PHP 5.x.x or greater. Please comment out the ENANO_DEBUG constant in your index.php.');
 }
 
+/*
 if(defined('ENANO_DEBUG'))
 {
   require_once(ENANO_ROOT.'/includes/debugger/debugConsole.php');
 } else {
+*/
   function dc_here($m)     { return false; }
   function dc_dump($a, $g) { return false; }
   function dc_watch($n)    { return false; }
   function dc_start_timer($u) { return false; }
   function dc_stop_timer($m) { return false; }
-}
+//}
 
 if ( file_exists( ENANO_ROOT . '/_nightly.php') )
   require(ENANO_ROOT.'/_nightly.php');