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

@@ -10,7 +10,6 @@ from concurrent.futures import CancelledError, ThreadPoolExecutor
from .buffer import Buffer
from ..parser.live import Parser
from .. import config
from .. import mylogger
from ..exceptions import ChatParseException,IllegalFunctionCall
from ..paramgen import liveparam
from ..processors.default.processor import DefaultProcessor