From 49b3e8b538b6b8fe7bba6e050c21f5da59fde5b4 Mon Sep 17 00:00:00 2001 From: Vladyslav Matsiiako Date: Wed, 7 Jun 2023 13:12:58 -0700 Subject: [PATCH] comment fixes --- backend/src/integrations/sync.ts | 1 - 1 file changed, 1 deletion(-) 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");