remove ray

This commit is contained in:
Andras Bacsai 2023-10-26 11:07:25 +02:00
parent b9afef50c4
commit 76878f66b9

View File

@ -39,7 +39,7 @@ class ContainerStatusJob implements ShouldQueue, ShouldBeEncrypted
public function handle(): void
{
ray("checking server status for {$this->server->id}");
// ray("checking server status for {$this->server->id}");
try {
// ray()->clearAll();
$serverUptimeCheckNumber = $this->server->unreachable_count;