Shame on me, I use print for debugging

This commit is contained in:
Markus Unterwaditzer 2015-09-11 03:13:08 +02:00
parent 3a4e4218a6
commit 41173acdf3

View file

@ -63,7 +63,6 @@ class FilesystemStorage(Storage):
for collection in collections: for collection in collections:
collection_path = os.path.join(path, collection) collection_path = os.path.join(path, collection)
if os.path.isdir(collection_path): if os.path.isdir(collection_path):
print("COLLECTION", collection_path)
args = dict(collection=collection, path=collection_path, args = dict(collection=collection, path=collection_path,
**kwargs) **kwargs)
yield args yield args