Browse Source

Remove print

pull/283/head
Rodrigo Ferreira Rodrigues 6 years ago
parent
commit
4c79e1777f
  1. 3
      pytrustnfe/nfe/__init__.py

3
pytrustnfe/nfe/__init__.py

@ -63,6 +63,7 @@ def _render(certificado, method, sign, **kwargs):
else: else:
xml_send = etree.tostring(xmlElem_send, encoding=str) xml_send = etree.tostring(xmlElem_send, encoding=str)
return xml_send return xml_send
@ -71,7 +72,7 @@ def _get_session(certificado):
certificado.pfx, certificado.password) certificado.pfx, certificado.password)
cert, key = save_cert_key(cert, key) cert, key = save_cert_key(cert, key)
print('\nEntrei aqui no send do pytrust!!!\n\n\n\n')
# print('\nEntrei aqui no send do pytrust!!!\n\n\n\n')
session = Session() session = Session()
session.cert = (cert, key) session.cert = (cert, key)

Loading…
Cancel
Save