lib/asciidoctor/latex/prepend_processor.rb in asciidoctor-latex-1.5.0.dev vs lib/asciidoctor/latex/prepend_processor.rb in asciidoctor-latex-1.5.0.1.dev
- old
+ new
@@ -12,10 +12,10 @@
@@line_array += [line, ""]
end
def process document, reader
- warn "Entering ClickStyleInsert".magenta
+ warn "Entering ClickStyleInsert".magenta if $VERBOSE
@@line_array = []
return reader if reader.eof?