remove print

This commit is contained in:
Frederik Jaeckel 2025-01-17 14:21:22 +01:00
parent 2af92a9a6d
commit 5a0153adfa

View file

@ -358,8 +358,6 @@ class Incoming(metaclass=PoolMeta):
lines[x].sequence = x + 1 lines[x].sequence = x + 1
invoice.lines = lines invoice.lines = lines
invoice.on_change_lines() invoice.on_change_lines()
print('\n## parsed-data:', self.parsed_data)
return invoice return invoice
def _readxml_facturx_extended(self, xmltree): def _readxml_facturx_extended(self, xmltree):