refactor(shared): remove unused ray debugging statement from newParser function
This commit is contained in:
parent
6d12e7edc7
commit
02b6aaaaf0
1 changed files with 0 additions and 1 deletions
|
|
@ -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(),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue