From 73a5c7d381ae0a693f5eceea91f2848bda09f4b6 Mon Sep 17 00:00:00 2001 From: Nicholas Lee Date: Fri, 14 Jun 2024 17:55:01 -0400 Subject: [PATCH] fix: removed console log --- .../EditAnnotationsHotTable/EditAnnotationsHotTable.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/compose/neurosynth-frontend/src/components/HotTables/EditAnnotationsHotTable/EditAnnotationsHotTable.tsx b/compose/neurosynth-frontend/src/components/HotTables/EditAnnotationsHotTable/EditAnnotationsHotTable.tsx index b476d7cb..f4444f95 100644 --- a/compose/neurosynth-frontend/src/components/HotTables/EditAnnotationsHotTable/EditAnnotationsHotTable.tsx +++ b/compose/neurosynth-frontend/src/components/HotTables/EditAnnotationsHotTable/EditAnnotationsHotTable.tsx @@ -222,8 +222,6 @@ const AnnotationsHotTable: React.FC<{ annotationId?: string }> = React.memo((pro }); }; - console.log({ hotData }); - return ( {theUserOwnsThisAnnotation && !canEdit && (