Removing debug statement

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7091 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
mariano.iglesias 2008-06-02 18:06:47 +00:00
parent 04b8270fb6
commit 6dff6e30f7

View file

@ -139,7 +139,6 @@ class ContainableBehavior extends ModelBehavior {
$model['keep'][$assoc]['fields'] = $this->fieldDependencies($containments['models'][$assoc]['instance'], $map, $model['keep'][$assoc]['fields']); $model['keep'][$assoc]['fields'] = $this->fieldDependencies($containments['models'][$assoc]['instance'], $map, $model['keep'][$assoc]['fields']);
} }
if (!$reset && empty($instance->__backOriginalAssociation)) { if (!$reset && empty($instance->__backOriginalAssociation)) {
debug($backupBindings);
$instance->__backOriginalAssociation = $backupBindings; $instance->__backOriginalAssociation = $backupBindings;
} else if ($reset) { } else if ($reset) {
$instance->__backAssociation[$type] = $instance->{$type}; $instance->__backAssociation[$type] = $instance->{$type};