Remove unnecessary print

This commit is contained in:
Dylan Castillo 2024-01-30 08:21:16 +01:00 committed by Emil Stenström
parent 567c8ccc3d
commit bb639d45c6

View file

@ -28,7 +28,6 @@ class Loader(FilesystemLoader):
# Use list() for < Python 3.9
for parent in list(module_path.parents)[:2]:
print(parent)
path = (parent / component_dir).resolve()
if path.is_dir():
directories.add(path)