summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit1
1 files changed, 0 insertions, 1 deletions
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;