From 3e2169625557298232b1b535784653554bebbe48 Mon Sep 17 00:00:00 2001 From: gwoo Date: Sun, 15 Oct 2006 20:57:56 +0000 Subject: [PATCH] removing debug code from bake git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3688 3807eeeb-6ff5-0310-8944-8be069107fe0 --- cake/scripts/bake.php | 1 - 1 file changed, 1 deletion(-) diff --git a/cake/scripts/bake.php b/cake/scripts/bake.php index 4989eb054..a86d83ba7 100644 --- a/cake/scripts/bake.php +++ b/cake/scripts/bake.php @@ -697,7 +697,6 @@ class Bake { $joinTable = $this->getInput('What is the joinTable?'); } $associations[$assocs[$assocType]] = array_values($associations[$assocs[$assocType]]); - pr($associations[$assocs[$assocType]]); $count = count($associations[$assocs[$assocType]]); $i = ($count > 0) ? $count : 0; $associations[$assocs[$assocType]][$i]['alias'] = $associationName;