chiark / gitweb /
Remove leftover debugging print debian/0.22
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 19 Aug 2014 10:24:16 +0000 (11:24 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 19 Aug 2014 10:24:16 +0000 (11:24 +0100)
debian/changelog
dgit

index ba3b810fd2630fc6f1737ebed0f947c5442cd82c..49c3458f33b6baddcf3be4f4219c880869bb6739 100644 (file)
@@ -56,7 +56,7 @@ dgit (0.22) unstable; urgency=medium
   * New git-check and git-create methods "true" which are no-ops.
   * test-dummy-drs `distro': for testing dgit and dgit-repos-server.
 
- -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Wed, 13 Aug 2014 18:06:16 +0100
+ -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Tue, 19 Aug 2014 11:24:02 +0100
 
 dgit (0.21) unstable; urgency=medium
 
diff --git a/dgit b/dgit
index 53ca56c0bc014a5d89fca5180524db39e5ab8fa6..930a59440e776d5145d2c277e8b442eb95ccad95 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -641,7 +641,6 @@ sub parsecontrolfh ($$;$) {
     for (;;) {
        my %opts = ('name' => $desc);
        $opts{allow_pgp}= $allowsigned || !$dpkgcontrolhash_noissigned;
-print STDERR Dumper(\%opts);
        $c = Dpkg::Control::Hash->new(%opts);
        $c->parse($fh,$desc) or die "parsing of $desc failed";
        last if $allowsigned;