Removed unneeded function

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6929 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
mariano.iglesias 2008-05-18 19:56:00 +00:00
parent 660d5bb804
commit f900ecc1ef

View file

@ -571,7 +571,4 @@ class AjaxTest extends CakeTestCase {
ClassRegistry::flush();
}
}
function restartOb($data) {
var_dump($data);
}
?>