mirror of
https://github.com/discourse/discourse.git
synced 2025-02-22 12:17:12 +00:00
FIX: Removes console.log
This commit is contained in:
parent
7a82b65386
commit
745cd0f4e9
@ -29,7 +29,6 @@ Discourse.Dialect.registerBlock('html', function(block, next) {
|
||||
|
||||
// Fix manual blockquote paragraphing even though it's not strictly correct
|
||||
if (block.search(/[^\s]+<blockquote/) === 0) {
|
||||
console.log(/[^\s]+<blockquote/.exec(block));
|
||||
split = splitAtLast('blockquote', block, next, true);
|
||||
if (split) { return this.processInline(split[0]); }
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user