We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4574eb6 commit 61109a7Copy full SHA for 61109a7
src/warnet/hooks.py
@@ -91,7 +91,6 @@ def load_user_modules() -> bool:
91
user_module_path = Path.cwd() / "plugins"
92
93
if not user_module_path.is_dir():
94
- print("No plugins folder found in the current directory")
95
return was_successful_load
96
97
# Temporarily add the current directory to sys.path for imports
0 commit comments