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 (