Skip to content

Commit

Permalink
Remove unnecessary console
Browse files Browse the repository at this point in the history
  • Loading branch information
ngs committed Dec 7, 2016
1 parent f28161a commit d4e1502
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.js
Expand Up @@ -71,7 +71,6 @@ const createMarkdownShortcutsPlugin = (config = {}) => {
},

blockRendererFn(block, { setEditorState, getEditorState }) {
console.info(block);
switch (block.getType()) {
case CHECKABLE_LIST_ITEM: {
return {
Expand Down

0 comments on commit d4e1502

Please sign in to comment.