chiark / gitweb /
Remove leftover debugging print
[dgit.git] / dgit
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;