Browse Source

Don't double output the welcome message.

mark_story 12 years ago
parent
commit
dbdfe21bfc
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Console/Command/Task/BakeTask.php

+ 0 - 1
src/Console/Command/Task/BakeTask.php

@@ -57,7 +57,6 @@ class BakeTask extends Shell {
 	public function startup() {
 		Configure::write('debug', true);
 		Cache::disable();
-		parent::startup();
 	}
 
 /**