From 4f2d442ac1a8c1461617f7c54ec42c605ffcaa69 Mon Sep 17 00:00:00 2001 From: Baptiste Grob <60621355+baptiste-grob@users.noreply.github.com> Date: Mon, 22 Mar 2021 17:58:03 +0100 Subject: [PATCH] fix: remove console statement --- app/assets/javascripts/components/NoProtectionsNoteWarning.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/javascripts/components/NoProtectionsNoteWarning.tsx b/app/assets/javascripts/components/NoProtectionsNoteWarning.tsx index ab84eaff224..074bf9288fb 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