Removed debug print statement

This commit is contained in:
Yarne Coppens 2024-08-01 14:12:47 +02:00
parent 2221243778
commit 7c08a285a9

View file

@ -91,7 +91,6 @@ def convert_collection_xml_to_boardgame(boardgame_extra_info: BoardGame, collect
price_paid = collection_boardgame_xml.find('privateinfo').get('pricepaid')
if price_paid == '':
print(boardgame_extra_info.name)
price_paid = 0.0
else:
price_paid = float(price_paid)