aboutsummaryrefslogtreecommitdiffhomepage
path: root/git-import-dscs
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2010-12-28 12:35:43 +0100
committerGuido Günther <agx@sigxcpu.org>2010-12-28 12:35:43 +0100
commit67bdb1fa86e2f1111b4cc443e6831045c7f78567 (patch)
treeeea4fa73b89d75b8715392bf5ca42fb60d4b7660 /git-import-dscs
parentbd2ac3aa3639defc1ad6b9f322e112d1a77b7eef (diff)
Remove duplicate log message
Diffstat (limited to 'git-import-dscs')
-rwxr-xr-xgit-import-dscs1
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)