From b2e1996507c2a614cdec9ec328a35c5db7456e04 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 19 Aug 2014 11:24:16 +0100 Subject: Remove leftover debugging print --- dgit | 1 - 1 file changed, 1 deletion(-) (limited to 'dgit') diff --git a/dgit b/dgit index 53ca56c..930a594 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; -- cgit v1.2.3