remove debug

This commit is contained in:
Andras Bacsai 2023-09-22 15:47:21 +02:00
parent 31b0ccba99
commit 3f74609c7f

View File

@ -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('-');