diff --git a/rare/components/tabs/shop/game_info.py b/rare/components/tabs/shop/game_info.py index fbd791b5..0a403f22 100644 --- a/rare/components/tabs/shop/game_info.py +++ b/rare/components/tabs/shop/game_info.py @@ -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")) diff --git a/rare/components/tabs/shop/shop_widget.py b/rare/components/tabs/shop/shop_widget.py index c1617162..e1d0effe 100644 --- a/rare/components/tabs/shop/shop_widget.py +++ b/rare/components/tabs/shop/shop_widget.py @@ -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):