removing unused code from Shell::createFile(), fixes #4346

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6963 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
DarkAngelBGE 2008-05-19 08:11:37 +00:00
parent c3c5898ebc
commit 3a77f6abc8

View file

@ -423,8 +423,6 @@ class Shell extends Object {
if (low($key) == 'q') {
$this->out(__("Quitting.", true) ."\n");
exit;
} elseif (low($key) == 'a') {
$this->dont_ask = true;
} elseif (low($key) != 'y') {
$this->out(__("Skip", true) ." {$path}\n");
return false;