Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
JayBizzle committed Jul 28, 2015
1 parent d50930a commit 8d38272
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/MySQLDumperCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,6 @@ protected function configure()
*/
protected function execute(InputInterface $input, OutputInterface $output)
{
echo $this->getApplication()->getVersion();

die();
// setup options
$this->dump_folder = $input->getOption('dir');
$this->keep_local = $input->getOption('keep-local');
Expand Down

0 comments on commit 8d38272

Please sign in to comment.