refactor(shared): remove unused ray debugging statement from newParser function
This commit is contained in:
@@ -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(),
|
||||||
|
Reference in New Issue
Block a user