comment fixes

This commit is contained in:
Vladyslav Matsiiako
2023-06-07 13:12:58 -07:00
parent a3fca200fc
commit 49b3e8b538

View File

@@ -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");