Skip to content

Commit

Permalink
remove pust
Browse files Browse the repository at this point in the history
  • Loading branch information
otavioschwanck committed Jul 16, 2018
1 parent 4a9beca commit ed43690
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/br_invoices_pdf/nfce/renderer/procon_info.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ module ProconInfo
def execute(pdf, data)
procon_message = data[:additional_variables][:procon_message]

puts "procon: #{procon_message}"

return if ['', nil].include? procon_message
box(pdf, [0, pdf.cursor], page_content_width(pdf)) do
procon_message(pdf, procon_message)
Expand Down

0 comments on commit ed43690

Please sign in to comment.