Remove logging of job timeout in JobManagementView

This commit is contained in:
2025-01-26 03:52:48 +01:00
parent fb1db7f222
commit 1287f8ca4b

View File

@ -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: