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); }