mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
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:
parent
9c84f9c981
commit
0dd8b55d82
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue