mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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:
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue