mirror of
https://github.com/django-components/django-components.git
synced 2025-07-19 06:15:00 +00:00
Remove unnecessary print
This commit is contained in:
parent
567c8ccc3d
commit
bb639d45c6
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue