Skip to content

Commit afcaa21

Browse files
committed
Removed temporary log statements
1 parent fdba7d6 commit afcaa21

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

web-ui/src/components/notes/Note.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ const Notes = props => {
5151
res.payload && res.payload.data && res.payload.data.length > 0
5252
? res.payload.data[0]
5353
: null;
54-
console.log(JSON.stringify(res));
55-
console.log(currentNote);
5654
if (currentNote) {
5755
setNote(currentNote);
5856
} else if (currentUserId === pdlId) {

0 commit comments

Comments
 (0)