Remove debug statement in remoteProcess.php
This commit is contained in:
parent
10356a4376
commit
4ab3f41665
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user