From 8f7fdca17b81f440bdc1539022bba054dc4c9753 Mon Sep 17 00:00:00 2001 From: Nic Luckie Date: Thu, 25 Sep 2025 11:04:31 -0400 Subject: [PATCH] Update index.tsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Nic Luckie --- web/src/components/ConfirmDialog/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/src/components/ConfirmDialog/index.tsx b/web/src/components/ConfirmDialog/index.tsx index 3145c2b76..c2885dcb7 100644 --- a/web/src/components/ConfirmDialog/index.tsx +++ b/web/src/components/ConfirmDialog/index.tsx @@ -46,9 +46,7 @@ export default function ConfirmDialog({ onOpenChange(false); } catch (e) { // Intentionally swallow errors so user can retry; surface via caller's toast/logging - // TODO: Replace with a proper error reporting service, e.g., Sentry or custom logger console.error("ConfirmDialog error:", e); - // reportError(e); } finally { setLoading(false); }