From 1287f8ca4b81089527edcc7981fb3d68d70c4962 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Sun, 26 Jan 2025 03:52:48 +0100 Subject: [PATCH] Remove logging of job timeout in JobManagementView --- discord_reminder_bot/ui.py | 1 - 1 file changed, 1 deletion(-) diff --git a/discord_reminder_bot/ui.py b/discord_reminder_bot/ui.py index 4e687e6..7b734bd 100644 --- a/discord_reminder_bot/ui.py +++ b/discord_reminder_bot/ui.py @@ -256,7 +256,6 @@ class JobManagementView(discord.ui.View): async def on_timeout(self) -> None: """Handle the view timeout.""" - logger.info("JobManagementView timed out for job: %s", self.job.id) if self.message: await self.message.edit(content="`/remind list` timed out.", embed=None, view=None) else: