From 0dd8b55d8261cbe01ce03dffc056b8ba14a14835 Mon Sep 17 00:00:00 2001 From: phpnut Date: Mon, 4 Jul 2005 01:30:52 +0000 Subject: [PATCH] remove debug code left in before commit git-svn-id: https://svn.cakephp.org/repo/trunk/cake@313 3807eeeb-6ff5-0310-8944-8be069107fe0 --- libs/view.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/libs/view.php b/libs/view.php index 604ccc6b2..64b349817 100644 --- a/libs/view.php +++ b/libs/view.php @@ -210,9 +210,6 @@ class View extends Object // What is reason for these being the same? if (isset($this->hasRendered) && $this->hasRendered) { - //echo "
";
-			//print_r($this);
-			//echo "
"; return true; } else