From a1a0ede574777225f2fabdc411a857fca4ce1042 Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Sun, 5 Dec 2021 13:24:55 +0100 Subject: [PATCH] Remove console.log Signed-off-by: Tilman Vatteroth --- .../editor-page/editor-pane/status-bar/selection-info.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/editor-page/editor-pane/status-bar/selection-info.tsx b/src/components/editor-page/editor-pane/status-bar/selection-info.tsx index 6bdda3b82..fe53055de 100644 --- a/src/components/editor-page/editor-pane/status-bar/selection-info.tsx +++ b/src/components/editor-page/editor-pane/status-bar/selection-info.tsx @@ -20,10 +20,7 @@ export interface SelectionInfoProps { */ export const SelectionInfo: React.FC = ({ count, translationKey }) => { useTranslation() - const countTranslationOptions = useMemo(() => ({ count: count }), [count]) - - console.log(count, translationKey) return (