diff --git a/app/Jobs/ContainerStatusJob.php b/app/Jobs/ContainerStatusJob.php index a351050d2..76060cdc6 100644 --- a/app/Jobs/ContainerStatusJob.php +++ b/app/Jobs/ContainerStatusJob.php @@ -147,7 +147,6 @@ class ContainerStatusJob implements ShouldQueue, ShouldBeEncrypted } $serviceLabelId = data_get($labels, 'coolify.serviceId'); if ($serviceLabelId) { - ray('Service label id: ' . $serviceLabelId); $coolifyName = data_get($labels, 'coolify.name'); $serviceName = Str::of($coolifyName)->before('-'); $serviceUuid = Str::of($coolifyName)->after('-');