diff --git a/vdirsyncer/storage/filesystem.py b/vdirsyncer/storage/filesystem.py index bad44af..19b985a 100644 --- a/vdirsyncer/storage/filesystem.py +++ b/vdirsyncer/storage/filesystem.py @@ -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