Don't print intentional metadata skips to the console.

pull/511/head
Gio 5 years ago
parent cfc70a97ab
commit 6ed4fc07ff

@ -195,7 +195,6 @@ class DownloadJob(Job):
pp.prepare(pathfmt)
if kwdict.get("metadata_only"):
self.handle_skip()
return
if pathfmt.exists(archive):

Loading…
Cancel
Save