From 2777fbc0ec890e8e3e7cd2c0fca11ae6527fed84 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Tue, 10 Sep 2024 08:52:25 +0200 Subject: [PATCH] fix: Remove debug statement in shared.php --- bootstrap/helpers/shared.php | 1 - 1 file changed, 1 deletion(-) diff --git a/bootstrap/helpers/shared.php b/bootstrap/helpers/shared.php index 94e13310b..028d20f33 100644 --- a/bootstrap/helpers/shared.php +++ b/bootstrap/helpers/shared.php @@ -3630,7 +3630,6 @@ function newParser(Application|Service $resource, int $pull_request_id = 0, ?int 'restart' => $restart->value(), 'labels' => $serviceLabels, ]); - ray($payload); if (! $use_network_mode) { $payload['networks'] = $networks_temp; }