From b2e1996507c2a614cdec9ec328a35c5db7456e04 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 19 Aug 2014 11:24:16 +0100 Subject: [PATCH 1/1] Remove leftover debugging print --- debian/changelog | 2 +- dgit | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index ba3b810f..49c3458f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 13 Aug 2014 18:06:16 +0100 + -- Ian Jackson Tue, 19 Aug 2014 11:24:02 +0100 dgit (0.21) unstable; urgency=medium diff --git a/dgit b/dgit index 53ca56c0..930a5944 100755 --- 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; -- 2.30.2