chiark / gitweb /
dgit: Remove a leftover debugging print.
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 13 Jan 2017 13:49:25 +0000 (13:49 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 13 Jan 2017 17:06:36 +0000 (17:06 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
debian/changelog
dgit

index fcd09b0f76a157a78e7dcc46f6e176c3abbd0b1a..3c852ed54bc25efaae105052a39f5aedcd973daa 100644 (file)
@@ -1,5 +1,8 @@
 dgit (3.3~) unstable; urgency=medium
 
+  Bugfixes:
+  * dgit: Remove a leftover debugging print.
+
   Packaging:
   * Remove redundant Recommends on libtext-iconv-perl.
 
diff --git a/dgit b/dgit
index 845908e325de9fd5e3aa85162709dfeff717f9e2..68ab4b0d44f6e4346f9af4c0b5560f8cc78b5961 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -2911,7 +2911,7 @@ but we could not obtain that object anywhere.
 END
        foreach my $t (@tags) {
            my $fullrefname = $lrf.'/'.$t;
-           print STDERR "CHK $t $fullrefname ".Dumper(\%lrfetchrefs_f);
+#          print STDERR "CHK $t $fullrefname ".Dumper(\%lrfetchrefs_f);
            next unless $lrfetchrefs_f{$fullrefname};
            next unless is_fast_fwd "$fullrefname~0", $dsc_hash;
            lrfetchref_used $fullrefname;