diff options
author | Guido Günther <agx@sigxcpu.org> | 2010-12-28 12:35:43 +0100 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2010-12-28 12:35:43 +0100 |
commit | 67bdb1fa86e2f1111b4cc443e6831045c7f78567 (patch) | |
tree | eea4fa73b89d75b8715392bf5ca42fb60d4b7660 | |
parent | bd2ac3aa3639defc1ad6b9f322e112d1a77b7eef (diff) | |
download | git-buildpackage-67bdb1fa86e2f1111b4cc443e6831045c7f78567.tar.gz git-buildpackage-67bdb1fa86e2f1111b4cc443e6831045c7f78567.tar.bz2 git-buildpackage-67bdb1fa86e2f1111b4cc443e6831045c7f78567.zip |
Remove duplicate log message
-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) |