diff --git a/backend/src/integrations/sync.ts b/backend/src/integrations/sync.ts index a35e4567f..025f6400f 100644 --- a/backend/src/integrations/sync.ts +++ b/backend/src/integrations/sync.ts @@ -1830,7 +1830,6 @@ const syncSecretsCheckly = async ({ } } } catch (err) { - console.log(err) Sentry.setUser(null); Sentry.captureException(err); throw new Error("Failed to sync secrets to Checkly");