Removed debug print statement
This commit is contained in:
parent
2221243778
commit
7c08a285a9
1 changed files with 0 additions and 1 deletions
|
|
@ -91,7 +91,6 @@ def convert_collection_xml_to_boardgame(boardgame_extra_info: BoardGame, collect
|
||||||
|
|
||||||
price_paid = collection_boardgame_xml.find('privateinfo').get('pricepaid')
|
price_paid = collection_boardgame_xml.find('privateinfo').get('pricepaid')
|
||||||
if price_paid == '':
|
if price_paid == '':
|
||||||
print(boardgame_extra_info.name)
|
|
||||||
price_paid = 0.0
|
price_paid = 0.0
|
||||||
else:
|
else:
|
||||||
price_paid = float(price_paid)
|
price_paid = float(price_paid)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue