refactor(error-handling): remove ray debugging statements from CheckUpdates and shared helper functions to clean up error reporting

This commit is contained in:
Andras Bacsai
2025-09-08 14:03:27 +02:00
parent 4c0c16a241
commit 852b2688d9
2 changed files with 0 additions and 2 deletions

View File

@@ -204,7 +204,6 @@ function get_latest_version_of_coolify(): string
return data_get($versions, 'coolify.v4.version');
} catch (\Throwable $e) {
ray($e->getMessage());
return '0.0.0';
}