diff options
-rwxr-xr-x | git-import-dscs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/git-import-dscs b/git-import-dscs index 9f435637..a5155e49 100755 --- a/git-import-dscs +++ b/git-import-dscs @@ -102,7 +102,6 @@ def main(argv): if use_debsnap: dirs['tmp'] = os.path.abspath(tempfile.mkdtemp()) - gbp.log.info("Downloading snapshots of '%s' to '%s'..." % (pkg, dirs['tmp'])) dscs = [ parse_dsc(f) for f in fetch_snapshots(pkg, dirs['tmp']) ] dscs.sort(cmp=dsc_cmp) |