refactor: Remove commented out code for clearing Ray logs
This commit is contained in:
@@ -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)
|
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->getMorphClass() === 'App\Models\Service') {
|
||||||
if ($resource->docker_compose_raw) {
|
if ($resource->docker_compose_raw) {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user