blockquote: Remove unnecessary log of quote contents

This commit is contained in:
pfych 2021-09-29 14:09:16 +10:00
parent fa894b9690
commit 464c2e6ae1

View File

@ -120,7 +120,6 @@ function blockquote(eat, value, silent) {
exit = self.enterBlock()
contents = self.tokenizeBlock(contents.join(lineFeed), now)
console.log(values);
exit()
const added = add({type: 'blockquote', children: contents})