includes/common.php
changeset 304 e2cb5f1432c8
parent 279 8acd77a6c19d
parent 286 b2f985e4cef3
child 313 854eecfada20
--- a/includes/common.php	Sun Dec 02 15:27:21 2007 -0500
+++ b/includes/common.php	Sun Dec 02 16:00:10 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');