Skip to content

Commit

Permalink
🔥 删除多余日志
Browse files Browse the repository at this point in the history
  • Loading branch information
he0119 authored and AzideCupric committed Nov 24, 2023
1 parent 03b6854 commit 3fe4577
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nonebot_plugin_saa/auto_select_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ def enable_auto_select_bot():

def register_list_targets(adapter: SupportedAdapters):
def wrapper(func: ListTargetsFunc):
logger.debug(f"register {adapter=} {func=}")
list_targets_map[adapter] = func
return func

Expand Down

0 comments on commit 3fe4577

Please sign in to comment.