diff --git a/gui.py b/gui.py index 9ce1f76..5e52fab 100644 --- a/gui.py +++ b/gui.py @@ -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):