Remove debug statement in remoteProcess.php

This commit is contained in:
Andras Bacsai 2024-04-17 12:47:45 +02:00
parent 10356a4376
commit 4ab3f41665

View File

@ -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');