Skip to content
This repository was archived by the owner on Oct 11, 2022. It is now read-only.

Commit fa51c39

Browse files
committed
Remove rogue console.log
1 parent 6d446ce commit fa51c39

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ const createMarkdownPlugin = (config = {}) => {
140140
return "not-handled";
141141
},
142142
handleReturn(ev, editorState, { setEditorState }) {
143-
console.log("HANDLE RETURN");
144143
const newEditorState = checkReturnForState(editorState, ev);
145144
if (editorState !== newEditorState) {
146145
setEditorState(newEditorState);

0 commit comments

Comments
 (0)