From 0da431fe33b2e87a1e27cb7d26777918bf41c7e5 Mon Sep 17 00:00:00 2001 From: Raffson Date: Fri, 20 Jan 2023 20:41:47 +0100 Subject: [PATCH] Cleanup print statement --- qt_ui/windows/newgame/QCampaignList.py | 1 - 1 file changed, 1 deletion(-) diff --git a/qt_ui/windows/newgame/QCampaignList.py b/qt_ui/windows/newgame/QCampaignList.py index 7ec61448..0054d0ad 100644 --- a/qt_ui/windows/newgame/QCampaignList.py +++ b/qt_ui/windows/newgame/QCampaignList.py @@ -23,7 +23,6 @@ class QCampaignItem(QStandardItem): # If the path does not exist (user does not have the terrain installed), # use the old icons as fallback to avoid an ugly campaign list with missing icons if not icon_path.exists(): - print(f"Icon path: {campaign.fallback_icon_path}") icon_path = campaign.fallback_icon_path self.setIcon(QtGui.QIcon(QPixmap(str(icon_path))))