mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-01 20:04:09 +03:00
Merge pull request #5265 from pfych/master
blockquote: Remove unnecessary log of quote contents
This commit is contained in:
commit
5df73c4b3f
@ -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})
|
||||
|
Loading…
Reference in New Issue
Block a user