There was an error while loading. Please reload this page.
1 parent 6fd7f47 commit fa21504Copy full SHA for fa21504
1 file changed
lib/prosemirror_to_html.rb
@@ -243,7 +243,6 @@ def render_opening_tag(tags)
243
244
def render_closing_tag(tags)
245
tags = array_wrap(tags).reverse
246
- p ["render_closing_tag", tags]
247
248
return nil if tags.empty?
249
0 commit comments