Skip to content

Commit

Permalink
fix: remove console statement
Browse files Browse the repository at this point in the history
  • Loading branch information
arielsvg committed Mar 22, 2021
1 parent cc474da commit 4f2d442
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<div className="flex flex-col items-center justify-center text-center max-w-md">
<h1 className="text-2xl m-0 w-full">This note is protected</h1>
Expand Down

0 comments on commit 4f2d442

Please sign in to comment.