From 67bdb1fa86e2f1111b4cc443e6831045c7f78567 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Guido=20G=C3=BCnther?= Date: Tue, 28 Dec 2010 12:35:43 +0100 Subject: [PATCH] Remove duplicate log message --- git-import-dscs | 1 - 1 file changed, 1 deletion(-) diff --git a/git-import-dscs b/git-import-dscs index 9f43563..a5155e4 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) -- 2.7.4