From 40ea12c839a9864df3e2dcc29bcd390f2dc6af20 Mon Sep 17 00:00:00 2001 From: thkveikk <toni.veikkolainen@helsinki.fi> Date: Thu, 6 Mar 2025 15:32:04 +0200 Subject: [PATCH] Unnecessary print command removed --- norlyst/eventPage.py | 1 - 1 file changed, 1 deletion(-) diff --git a/norlyst/eventPage.py b/norlyst/eventPage.py index e14601d..2910a5c 100644 --- a/norlyst/eventPage.py +++ b/norlyst/eventPage.py @@ -687,7 +687,6 @@ class EventList(QListWidget): else: icon_pixmap_border.load('{0}/resources/icons/icon_borders_finished.png'.format(PROJECT_FILE_PATH)) - print(key) painter = QPainter(icon_pixmap_color) painter.drawPixmap(0, 0, icon_pixmap_border) self.ec_icons_finished[key] = QIcon(icon_pixmap_color) -- GitLab