remove log

This commit is contained in:
Philipp Kühn
2020-09-09 16:51:58 +02:00
parent f56fae49a1
commit f9bd8158cf

View File

@@ -35,7 +35,6 @@ export default new Mark()
'Mod-b': () => editor.bold() 'Mod-b': () => editor.bold()
})) }))
.inputRules(({ type }) => { .inputRules(({ type }) => {
console.log(type)
return ['**', '__'].map(character => { return ['**', '__'].map(character => {
const regex = VerEx() const regex = VerEx()
.add('(?:^|\\s)') .add('(?:^|\\s)')