1
0
Fork 0
mirror of synced 2024-06-24 01:00:43 +12:00

Remove debug prints

This commit is contained in:
Dummerle 2021-08-28 19:43:54 +02:00
parent be8ce667eb
commit 2c2c1cc9ad
2 changed files with 1 additions and 2 deletions

View file

@ -102,7 +102,7 @@ class ShopGameInfo(QWidget, Ui_shop_info):
self.discount_price.setVisible(True)
else:
self.discount_price.setVisible(False)
# print(self.game.reqs)
bold_font = QFont()
bold_font.setBold(True)
min_label = QLabel(self.tr("Minimum"))

View file

@ -236,7 +236,6 @@ class ShopWidget(QScrollArea, Ui_ShopWidget):
if self.types:
browse_model.category = "|".join(self.types)
print(browse_model.__dict__)
self.api_core.browse_games(browse_model, self.show_games)
def show_games(self, data):