Removing wrong delete call

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5018 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
mariano.iglesias 2007-05-05 00:18:08 +00:00
parent 476d621309
commit d4bd5e5dbc

View file

@ -316,7 +316,6 @@ class CookieComponent extends Object {
$this->__delete("[$name]");
}
}
$this->__delete("[$name]");
}
/**
* Will allow overriding default encryption method.