mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Shame on me, I use print for debugging
This commit is contained in:
parent
3a4e4218a6
commit
41173acdf3
1 changed files with 0 additions and 1 deletions
|
|
@ -63,7 +63,6 @@ class FilesystemStorage(Storage):
|
|||
for collection in collections:
|
||||
collection_path = os.path.join(path, collection)
|
||||
if os.path.isdir(collection_path):
|
||||
print("COLLECTION", collection_path)
|
||||
args = dict(collection=collection, path=collection_path,
|
||||
**kwargs)
|
||||
yield args
|
||||
|
|
|
|||
Loading…
Reference in a new issue