Removed unused console.log()

This commit is contained in:
keannu125 2023-02-25 22:03:02 +08:00
parent 028a143427
commit 02af182539

View file

@ -53,7 +53,6 @@ export default function Notes() {
},
index: number
) => {
console.log(note);
return (
<Note
id={note.id}