remove debug code left in before commit

git-svn-id: https://svn.cakephp.org/repo/trunk/cake@313 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
phpnut 2005-07-04 01:30:52 +00:00
parent 9c84f9c981
commit 0dd8b55d82

View file

@ -210,9 +210,6 @@ class View extends Object
// What is reason for these being the same?
if (isset($this->hasRendered) && $this->hasRendered)
{
//echo "<pre>";
//print_r($this);
//echo "</pre>";
return true;
}
else