Merge pull request #5265 from pfych/master

blockquote: Remove unnecessary log of quote contents
This commit is contained in:
Liam Fitzgerald 2021-10-19 12:33:50 -05:00 committed by GitHub
commit 5df73c4b3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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})