diff --git a/src/Task/Remote/Rsync.php b/src/Task/Remote/Rsync.php index 74d3febb0..5c334af4c 100644 --- a/src/Task/Remote/Rsync.php +++ b/src/Task/Remote/Rsync.php @@ -426,7 +426,6 @@ public function remoteShell($command) public function run() { $command = $this->getCommand(); - $this->printTaskInfo("Running {command}", ['command' => $command]); return $this->executeCommand($command); }