diff --git a/bootstrap/helpers/remoteProcess.php b/bootstrap/helpers/remoteProcess.php index 98255de76..85533550b 100644 --- a/bootstrap/helpers/remoteProcess.php +++ b/bootstrap/helpers/remoteProcess.php @@ -35,7 +35,6 @@ function remote_process( if ($server->isNonRoot()) { $command = parseCommandsByLineForSudo(collect($command), $server); } - ray($command); $command_string = implode("\n", $command); if (auth()->user()) { $teams = auth()->user()->teams->pluck('id');