From 9e79eececcf4557de1dae5ef65763bf0fc5b8e9c Mon Sep 17 00:00:00 2001 From: Abigail Date: Mon, 23 Dec 2019 13:34:56 -0500 Subject: [PATCH] remove print statement --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index a490d57..405fe8e 100644 --- a/main.py +++ b/main.py @@ -136,7 +136,6 @@ async def _ensure_activity(): try: tz = pytz.timezone(opt.status_tz) except pytz.exceptions.UnknownTimeZoneError: - print(f'[!!] UnknownTimeZoneError: {opt.status_tz}') await bot.change_presence(activity=discord.Game(name=status)) return