mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-04-12 19:05:19 +00:00
Remove console.log
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
182bf21906
commit
a1a0ede574
1 changed files with 0 additions and 3 deletions
|
@ -20,10 +20,7 @@ export interface SelectionInfoProps {
|
|||
*/
|
||||
export const SelectionInfo: React.FC<SelectionInfoProps> = ({ count, translationKey }) => {
|
||||
useTranslation()
|
||||
|
||||
const countTranslationOptions = useMemo(() => ({ count: count }), [count])
|
||||
|
||||
console.log(count, translationKey)
|
||||
return (
|
||||
<span>
|
||||
<Trans i18nKey={`editor.statusBar.selection.${translationKey}`} values={countTranslationOptions} />
|
||||
|
|
Loading…
Add table
Reference in a new issue