removed debug print statements

This commit is contained in:
Arne Weber
2024-06-01 17:18:05 +02:00
parent af3079f405
commit 2dfc8ddaca

2
gui.py
View File

@@ -1072,8 +1072,6 @@ class TrayIcon:
f"{drop.rewards_text()[:min_length]}"
f"{drop.progress:.1%} ({campaign.claimed_drops}/{campaign.total_drops})"
)
print(f"len after: {len(title)}")
print(title)
return title
def _start(self):