Skip to content

Commit

Permalink
delete install
Browse files Browse the repository at this point in the history
  • Loading branch information
SAKURA-CAT committed Jun 18, 2024
1 parent ad3b7f3 commit 9d3cd40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion swankit/log/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ def __init__(self, name=__name__.lower(), level: Levels = "info"):
super().__init__()
self.prefix = name + ':'
self.__logger = logging.getLogger(name)
self.__installed = False
self.level = level
# 初始化控制台日志处理器,输出到标准输出流
self.__handler = logging.StreamHandler(sys.stdout)
Expand Down

0 comments on commit 9d3cd40

Please sign in to comment.