Skip to content

Commit 7229ab2

Browse files
committed
Removido puts do código.
1 parent d6c5555 commit 7229ab2

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

lib/ruby_danfe/danfe_generator.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,6 @@ def render_dados_adicionais
221221
inf_ad_fisco_y = y + 0.100
222222
end
223223

224-
p inf_ad_fisco_y
225-
226224
@pdf.ibox 2.07, 12.93, 0.25, inf_ad_fisco_y, '', @xml['infAdic/infAdFisco'], {:size => 5, :valign => :top, :border => 0}
227225

228226
else
@@ -232,8 +230,6 @@ def render_dados_adicionais
232230
inf_ad_fisco_y = 27.33
233231
end
234232

235-
p inf_ad_fisco_y
236-
237233
@pdf.ibox 3.07, 12.93, 0.25, 26.33, "INFORMAÇÕES COMPLEMENTARES", @xml['infAdic/infCpl'], {:size => 6, :valign => :top}
238234
@pdf.ibox 3.07, 12.93, 0.25, inf_ad_fisco_y, "", @xml['infAdic/infAdFisco'], {:size => 6, :valign => :top, :border => 0}
239235
end

0 commit comments

Comments
 (0)