diff --git a/bot.py b/bot.py index a4069e1..cb037a5 100644 --- a/bot.py +++ b/bot.py @@ -610,7 +610,7 @@ async def check_data(): in a Discord channel. """ # trunk-ignore(codespell/misspelled) - logger.info("Heartbeat of cleanup proc") + #logger.info("Heartbeat of cleanup proc") channel = client.get_channel(1062047367337095268) messages = [message async for message in channel.history(limit=1)] for mess in messages: