Remove unnecessary warnings during Mod scanning.

This commit is contained in:
Frank Martinez
2026-01-15 11:02:04 -05:00
committed by Chris Hennes
parent 5419d793f0
commit c461a7a81f

View File

@@ -1279,8 +1279,6 @@ class DirModScanner:
if not base.exists():
if warning:
Wrn(warning)
else:
Wrn(f"No modules found in {base!s}")
return
if warning: