diff --git a/web/app/components/app/annotation/header-opts/index.tsx b/web/app/components/app/annotation/header-opts/index.tsx index da28c4e89b..0d4aa4804c 100644 --- a/web/app/components/app/annotation/header-opts/index.tsx +++ b/web/app/components/app/annotation/header-opts/index.tsx @@ -89,7 +89,6 @@ const HeaderOptions: FC = ({ await clearAllAnnotations(appId) onAdded() } catch (e) { - console.error(e) } } }