Skip to content

Commit

Permalink
removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
giandxor committed Nov 15, 2023
1 parent 2586dee commit 441fb80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/spid_sp_test/metadata_public.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ def test_Contacts_VATFC(
vats = self.doc.xpath(
f"{xpatt}/Extensions/VATNumber", namespaces=XML_NAMESPACES
)
print(vats[0])
if vats:
self._assertTrue(
(len(vats) <= 1),
Expand Down

0 comments on commit 441fb80

Please sign in to comment.