diff --git a/app/assets/javascripts/components/NoProtectionsNoteWarning.tsx b/app/assets/javascripts/components/NoProtectionsNoteWarning.tsx index ab84eaff2..074bf9288 100644 --- a/app/assets/javascripts/components/NoProtectionsNoteWarning.tsx +++ b/app/assets/javascripts/components/NoProtectionsNoteWarning.tsx @@ -4,7 +4,6 @@ import { toDirective } from './utils'; type Props = { appState: AppState; onViewNote: () => void }; function NoProtectionsNoteWarning({ appState, onViewNote }: Props) { - console.log("🚀 ~ file: NoProtectionsNoteWarning.tsx ~ line 7 ~ NoProtectionsNoteWarning ~ onViewNote", onViewNote) return (

This note is protected