We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdba7d6 commit afcaa21Copy full SHA for afcaa21
1 file changed
web-ui/src/components/notes/Note.jsx
@@ -51,8 +51,6 @@ const Notes = props => {
51
res.payload && res.payload.data && res.payload.data.length > 0
52
? res.payload.data[0]
53
: null;
54
- console.log(JSON.stringify(res));
55
- console.log(currentNote);
56
if (currentNote) {
57
setNote(currentNote);
58
} else if (currentUserId === pdlId) {
0 commit comments