removing debug code from bake 1.2

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3635 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
gwoo 2006-10-13 04:45:12 +00:00
parent 1a977a2053
commit c7e5a528a3

View file

@ -93,12 +93,10 @@
$rootDir = $root;
$projectPath = $root.DS.$appDir;
}
define ('ROOT', $rootDir);
define ('APP_DIR', $appDir);
echo ROOT;
echo APP_DIR;
define ('DEBUG', 1);;
define('CAKE_CORE_INCLUDE_PATH', $root);