From 38ab9e39d7fc294eb01bb211ffc2b9fa8f02b528 Mon Sep 17 00:00:00 2001 From: Myned Date: Sat, 23 Jul 2022 23:31:02 -0500 Subject: [PATCH] Remove debug print --- tasks/activity.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/activity.py b/tasks/activity.py index c9c42f5..cc9ce87 100644 --- a/tasks/activity.py +++ b/tasks/activity.py @@ -24,7 +24,6 @@ async def check_activity(): if c.config["inactive"] and c.config["inactive"] not in member.role_ids: await member.add_role(c.config["inactive"]) except hikari.NotFoundError: - print(f"Member {author_id} not found. Deleting entry...") del c.db[author_id]