Silence compression type detection
authorGuido Günther <agx@sigxcpu.org>
Thu, 12 Aug 2010 18:34:00 +0000 (20:34 +0200)
committerGuido Günther <agx@sigxcpu.org>
Thu, 12 Aug 2010 18:34:00 +0000 (20:34 +0200)
Git-Dch: Ignore

git-buildpackage

index 1d08a77..649b9dd 100755 (executable)
@@ -187,7 +187,6 @@ def guess_comp_type(repo, comp_type):
     else:
         if not repo.has_branch(PristineTar.branch):
             comp_type = 'gzip'
-            print >>sys.stderr, "No pristine tar branch found - assuming %s." % comp_type
         else:
             tarball = repo.get_subject(PristineTar.branch)
             comp_type = du.get_compression(tarball)