diff options
| author | 2021-01-03 12:11:13 -0800 | |
|---|---|---|
| committer | 2021-01-04 23:19:56 -0800 | |
| commit | 573839ba58646ec49444087c6477be502553c060 (patch) | |
| tree | 4a707530b198d847374298b57f119e31bb92ea1d | |
| parent | HelpChannels: refactor stat tracking (diff) | |
HelpChannels: remove obsolete channel position trace log
Diffstat (limited to '')
| -rw-r--r-- | bot/exts/help_channels/_cog.py | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/bot/exts/help_channels/_cog.py b/bot/exts/help_channels/_cog.py index 854696f87..026832d46 100644 --- a/bot/exts/help_channels/_cog.py +++ b/bot/exts/help_channels/_cog.py @@ -349,7 +349,6 @@ class HelpChannels(commands.Cog):          await self.unclaim_channel(channel)          await _stats.report_complete_session(channel.id, caller) -        log.trace(f"Position of #{channel} ({channel.id}) is actually {channel.position}.")          log.trace(f"Sending dormant message for #{channel} ({channel.id}).")          embed = discord.Embed(description=_message.DORMANT_MSG)          await channel.send(embed=embed) | 
