fix: Remove debug statement in shared.php

This commit is contained in:
Andras Bacsai
2024-09-10 08:52:25 +02:00
parent 2c929b300a
commit 2777fbc0ec

View File

@@ -3630,7 +3630,6 @@ function newParser(Application|Service $resource, int $pull_request_id = 0, ?int
'restart' => $restart->value(), 'restart' => $restart->value(),
'labels' => $serviceLabels, 'labels' => $serviceLabels,
]); ]);
ray($payload);
if (! $use_network_mode) { if (! $use_network_mode) {
$payload['networks'] = $networks_temp; $payload['networks'] = $networks_temp;
} }