mirror of
https://github.com/lemeow125/React-NotesApp.git
synced 2024-11-17 06:29:28 +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
|
index: number
|
||||||
) => {
|
) => {
|
||||||
console.log(note);
|
|
||||||
return (
|
return (
|
||||||
<Note
|
<Note
|
||||||
id={note.id}
|
id={note.id}
|
||||||
|
|
Loading…
Reference in a new issue