Skip to content

Commit 61109a7

Browse files
committed
hooks: reduce the noise from the plugin check
This text disrupts other commands whenever a `plugins` directory is not available.
1 parent 4574eb6 commit 61109a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/warnet/hooks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ def load_user_modules() -> bool:
9191
user_module_path = Path.cwd() / "plugins"
9292

9393
if not user_module_path.is_dir():
94-
print("No plugins folder found in the current directory")
9594
return was_successful_load
9695

9796
# Temporarily add the current directory to sys.path for imports

0 commit comments

Comments
 (0)