1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

delete log.

This commit is contained in:
松井誠泰
2018-02-04 10:12:55 +09:00
parent 701fc0bc80
commit 685e003db8

View File

@@ -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++) {