mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Remove debug print statement
omfg
This commit is contained in:
parent
ebfc3182ce
commit
3d856749f3
1 changed files with 0 additions and 1 deletions
|
|
@ -195,7 +195,6 @@ def discover(ctx, pairs, max_workers):
|
||||||
wq = WorkerQueue(max_workers)
|
wq = WorkerQueue(max_workers)
|
||||||
|
|
||||||
with wq.join():
|
with wq.join():
|
||||||
print("PAIRS", pairs)
|
|
||||||
for pair_name in (pairs or config.pairs):
|
for pair_name in (pairs or config.pairs):
|
||||||
pair = config.get_pair(pair_name)
|
pair = config.get_pair(pair_name)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue