From a157f4f17be4b315082857854d6f476d17b1cf51 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Tue, 4 Jun 2024 11:25:46 +0200 Subject: [PATCH] refactor: Remove commented out code for clearing Ray logs --- bootstrap/helpers/shared.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/helpers/shared.php b/bootstrap/helpers/shared.php index dcdaacf11..240d78b33 100644 --- a/bootstrap/helpers/shared.php +++ b/bootstrap/helpers/shared.php @@ -659,7 +659,7 @@ function getTopLevelNetworks(Service|Application $resource) function parseDockerComposeFile(Service|Application $resource, bool $isNew = false, int $pull_request_id = 0, bool $is_pr = false) { - ray()->clearAll(); + // ray()->clearAll(); if ($resource->getMorphClass() === 'App\Models\Service') { if ($resource->docker_compose_raw) { try {