From 685e003db89e6694ce627e33aaefe5bec6aaccca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=BE=E4=BA=95=E8=AA=A0=E6=B3=B0?= Date: Sun, 4 Feb 2018 10:12:55 +0900 Subject: [PATCH] delete log. --- node_modules/boost/boostNewLineIndentContinueMarkdownList.js | 1 - 1 file changed, 1 deletion(-) 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++) {