Remove debug statement in ExecuteRemoteCommand trait
This commit is contained in:
parent
7c765c47e6
commit
63758c6679
@ -41,7 +41,6 @@ public function execute_remote_command(...$commands)
|
|||||||
$command = parseLineForSudo($command, $this->server);
|
$command = parseLineForSudo($command, $this->server);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ray($command);
|
|
||||||
$remote_command = generateSshCommand($this->server, $command);
|
$remote_command = generateSshCommand($this->server, $command);
|
||||||
$process = Process::timeout(3600)->idleTimeout(3600)->start($remote_command, function (string $type, string $output) use ($command, $hidden, $customType, $append) {
|
$process = Process::timeout(3600)->idleTimeout(3600)->start($remote_command, function (string $type, string $output) use ($command, $hidden, $customType, $append) {
|
||||||
$output = Str::of($output)->trim();
|
$output = Str::of($output)->trim();
|
||||||
|
Loading…
Reference in New Issue
Block a user