Skip to content

Commit

Permalink
Removing a var_dump because I'm a muppet.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Dec 15, 2010
1 parent 84414ee commit 478d158
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cake/libs/controller/controller.php
Expand Up @@ -445,7 +445,6 @@ protected function __mergeVars() {
is_array($this->uses) && !empty($appVars['uses'])
) {
$this->uses = array_merge($this->uses, array_diff($appVars['uses'], $this->uses));
var_dump($this->uses);
}
$this->_mergeVars($merge, 'AppController', true);
}
Expand Down

0 comments on commit 478d158

Please sign in to comment.