refactor(shared): remove unused ray debugging statement from newParser function

This commit is contained in:
Andras Bacsai
2025-04-21 09:58:56 +02:00
parent 6d12e7edc7
commit 02b6aaaaf0

View File

@@ -3819,7 +3819,6 @@ function newParser(Application|Service $resource, int $pull_request_id = 0, ?int
return $volume; return $volume;
}); });
ray($serviceLabels);
$payload = collect($service)->merge([ $payload = collect($service)->merge([
'container_name' => $containerName, 'container_name' => $containerName,
'restart' => $restart->value(), 'restart' => $restart->value(),