From 5a0153adfa18236a3bdb5505a69317bba83963ae Mon Sep 17 00:00:00 2001 From: Frederik Jaeckel Date: Fri, 17 Jan 2025 14:21:22 +0100 Subject: [PATCH] remove print --- document.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/document.py b/document.py index 4cb29ff..d18a7f4 100644 --- a/document.py +++ b/document.py @@ -358,8 +358,6 @@ class Incoming(metaclass=PoolMeta): lines[x].sequence = x + 1 invoice.lines = lines invoice.on_change_lines() - - print('\n## parsed-data:', self.parsed_data) return invoice def _readxml_facturx_extended(self, xmltree):