diff --git a/node_modules/boost/boostNewLineIndentContinueMarkdownList.js b/node_modules/boost/boostNewLineIndentContinueMarkdownList.js index 4a2055b2..159d20eb 100644 --- a/node_modules/boost/boostNewLineIndentContinueMarkdownList.js +++ b/node_modules/boost/boostNewLineIndentContinueMarkdownList.js @@ -13,7 +13,6 @@ unorderedListRE = /[*+-]\s/; CodeMirror.commands.boostNewLineAndIndentContinueMarkdownList = function(cm) { - console.log('success'); if (cm.getOption("disableInput")) return CodeMirror.Pass; var ranges = cm.listSelections(), replacements = []; for (var i = 0; i < ranges.length; i++) {