mirror of
https://github.com/lemeow125/React-NotesApp.git
synced 2024-11-16 22:19:27 +08:00
Removed unused console.log()
This commit is contained in:
parent
028a143427
commit
02af182539
1 changed files with 0 additions and 1 deletions
|
@ -53,7 +53,6 @@ export default function Notes() {
|
|||
},
|
||||
index: number
|
||||
) => {
|
||||
console.log(note);
|
||||
return (
|
||||
<Note
|
||||
id={note.id}
|
||||
|
|
Loading…
Reference in a new issue