refactor: Remove commented out code for clearing Ray logs

This commit is contained in:
Andras Bacsai 2024-06-04 11:25:46 +02:00
parent 7723c623d5
commit a157f4f17b

View File

@ -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 {