Remove invalid code.

Fixes #4002
This commit is contained in:
mark_story 2013-08-20 11:34:20 -04:00
parent b711d38bf3
commit 67855896ef

View file

@ -440,7 +440,6 @@ class ConsoleShell extends AppShell {
protected function _routesReload() {
if (!$this->_loadRoutes()) {
$this->err(__d('cake_console', "There was an error loading the routes config. Please check that the file exists and is free of parse errors."));
break;
}
$this->out(__d('cake_console', "Routes configuration reloaded, %d routes connected", count(Router::$routes)));
}