Skip to content

Commit

Permalink
#192 - Remove erroneous section out put from SSHCommand.
Browse files Browse the repository at this point in the history
  • Loading branch information
mediaashley committed Feb 3, 2018
1 parent f5d03d6 commit f1ed856
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Command/App/SSHCommand.php
Expand Up @@ -55,9 +55,7 @@ protected function execute(InputInterface $input, OutputInterface $output) {
}

$key = $input->getOption('key');

$io->section('PHP ::: drush ' . $cmd);


if ($key) {
$keypath = $key;
}else{
Expand Down

0 comments on commit f1ed856

Please sign in to comment.