Skip to content

Commit

Permalink
Remove superfluous printTaskInfo() call (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
joestewart authored and greg-1-anderson committed Jul 28, 2017
1 parent 1e146f2 commit 869b861
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Task/Remote/Rsync.php
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,6 @@ public function remoteShell($command)
public function run()
{
$command = $this->getCommand();
$this->printTaskInfo("Running {command}", ['command' => $command]);

return $this->executeCommand($command);
}
Expand Down

0 comments on commit 869b861

Please sign in to comment.