From 4ab3f41665f9300d9052fb7cc935747992a321a0 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Wed, 17 Apr 2024 12:47:45 +0200 Subject: [PATCH] Remove debug statement in remoteProcess.php --- bootstrap/helpers/remoteProcess.php | 1 - 1 file changed, 1 deletion(-) 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');