Skip to content

Commit d4e1502

Browse files
committed
Remove unnecessary console
1 parent f28161a commit d4e1502

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
@@ -71,7 +71,6 @@ const createMarkdownShortcutsPlugin = (config = {}) => {
7171
},
7272

7373
blockRendererFn(block, { setEditorState, getEditorState }) {
74-
console.info(block);
7574
switch (block.getType()) {
7675
case CHECKABLE_LIST_ITEM: {
7776
return {

0 commit comments

Comments
 (0)