Skip to content

Commit 8862b50

Browse files
committed
chore: Remove unnecessary SSH command execution time logging
1 parent b5a5689 commit 8862b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap/helpers/remoteProcess.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ function instant_remote_process(Collection|array $command, Server $server, bool
321321
$end_time = microtime(true);
322322

323323
$execution_time = ($end_time - $start_time) * 1000; // Convert to milliseconds
324-
ray('SSH command execution time:', $execution_time.' ms')->orange();
324+
// ray('SSH command execution time:', $execution_time.' ms')->orange();
325325

326326
$output = trim($process->output());
327327
$exitCode = $process->exitCode();

0 commit comments

Comments
 (0)