Delete unnecessary lines of old logger

This commit is contained in:
taizan-hokuto
2019-12-30 17:54:53 +09:00
parent 733f754e11
commit 5268961854
8 changed files with 0 additions and 8 deletions

View File

@@ -6,7 +6,6 @@ from .renderer.paidsticker import LiveChatPaidStickerRenderer
from .renderer.legacypaid import LiveChatLegacyPaidMessageRenderer
from .. chat_processor import ChatProcessor
from ... import config
from ... import mylogger
logger = config.logger(__name__)
class Chatdata: