Remove debug statement in remoteProcess.php
This commit is contained in:
parent
10356a4376
commit
4ab3f41665
1 changed files with 0 additions and 1 deletions
|
|
@ -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 a new issue