Remove duplicate log message
authorGuido Günther <agx@sigxcpu.org>
Tue, 28 Dec 2010 11:35:43 +0000 (12:35 +0100)
committerGuido Günther <agx@sigxcpu.org>
Tue, 28 Dec 2010 11:35:43 +0000 (12:35 +0100)
git-import-dscs

index 9f43563..a5155e4 100755 (executable)
@@ -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)