lib/asciidoctor/section.rb in asciidoctor-0.1.2 vs lib/asciidoctor/section.rb in asciidoctor-0.1.3

- old
+ new

@@ -88,10 +88,9 @@ end # Public: Get the rendered String content for this Section and all its child # Blocks. def render - Debug.debug { "Now rendering section for #{self}" } @document.playback_attributes @attributes renderer.render('section', self) end # Public: Get the String section content by aggregating rendered section blocks.