Skip to content

Commit cab32ba

Browse files
authored
fix: Remove debug log statement for channel log
Remove debug logging of the log variable.
1 parent 1d611aa commit cab32ba

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

core/thread.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ async def create(cls,
119119
# Perform any async initialization here if needed
120120
if channel is not None:
121121
log = await manager.bot.api.get_log(str(channel.id))
122-
logger.debug(log)
123122
if log and "key" in log:
124123
self._key = log["key"]
125124
self.log_key = log["key"]

0 commit comments

Comments
 (0)