From 41173acdf3dfa1346e5f6d2bfeded455c7de52d9 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Fri, 11 Sep 2015 03:13:08 +0200 Subject: [PATCH] Shame on me, I use print for debugging --- vdirsyncer/storage/filesystem.py | 1 - 1 file changed, 1 deletion(-) 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