mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 00:55:07 +08:00
🔥 remove unnecessary print
This commit is contained in:
parent
0c5bbdaabe
commit
e0bd7e11d5
@ -197,8 +197,6 @@ class PluginFinder(MetaPathFinder):
|
||||
origin_spec.origin)
|
||||
|
||||
newname = manager._rewrite_module_name(rel_name or fullname)
|
||||
print("RESULT::::::", newname, rel_name or fullname, rel_name,
|
||||
fullname, origin_spec and origin_spec.origin)
|
||||
if newname:
|
||||
spec = PathFinder.find_spec(
|
||||
newname, path or [*manager.search_path, *sys.path],
|
||||
|
Loading…
Reference in New Issue
Block a user