From 7bc9ddf728d11bdc7bc697e86e4a70baa50178c1 Mon Sep 17 00:00:00 2001 From: Shamzic Date: Wed, 16 Oct 2024 14:55:03 +0200 Subject: [PATCH] refactor: log pas utile --- backend/controllers/followups.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/controllers/followups.ts b/backend/controllers/followups.ts index 32c4accf37..daaf6b298e 100644 --- a/backend/controllers/followups.ts +++ b/backend/controllers/followups.ts @@ -222,7 +222,6 @@ export async function logSurveyLinkClick(req: Request, res: Response) { res.redirect(redirectUrl) } catch (error) { Sentry.captureException(error) - console.error("error", error) return res.sendStatus(ErrorStatus.NotFound) } }