Remove unnecessary debug statement in Server.php
This commit is contained in:
parent
a9ea6330d9
commit
8e7745f4c1
1 changed files with 0 additions and 1 deletions
|
|
@ -403,7 +403,6 @@ public function validateConnection()
|
|||
// EC2 does not have `uptime` command, lol
|
||||
|
||||
$uptime = instant_remote_process(['ls /'], $server, false);
|
||||
ray($uptime);
|
||||
if (!$uptime) {
|
||||
$server->settings()->update([
|
||||
'is_reachable' => false,
|
||||
|
|
|
|||
Loading…
Reference in a new issue