We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d611aa commit cab32baCopy full SHA for cab32ba
1 file changed
core/thread.py
@@ -119,7 +119,6 @@ async def create(cls,
119
# Perform any async initialization here if needed
120
if channel is not None:
121
log = await manager.bot.api.get_log(str(channel.id))
122
- logger.debug(log)
123
if log and "key" in log:
124
self._key = log["key"]
125
self.log_key = log["key"]
0 commit comments