[Bps-public-commit] GnuPG-Interface branch, master, updated. 0.47_01-1-g84d6410
Alex Vandiver
alexmv at bestpractical.com
Fri Feb 14 11:16:06 EST 2014
The branch, master has been updated
via 84d64109ba92d9407ec395a23cb50c834c658ce2 (commit)
from 89c36adc11fd617cd910ab9db1ec3ffc7494e6e3 (commit)
Summary of changes:
lib/GnuPG/Options.pm | 1 -
1 file changed, 1 deletion(-)
- Log -----------------------------------------------------------------
commit 84d64109ba92d9407ec395a23cb50c834c658ce2
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Fri Feb 14 11:14:53 2014 -0500
Remove stray debugging line, mistakenly added in 4ea11794
diff --git a/lib/GnuPG/Options.pm b/lib/GnuPG/Options.pm
index c81f60e..2342558 100644
--- a/lib/GnuPG/Options.pm
+++ b/lib/GnuPG/Options.pm
@@ -173,7 +173,6 @@ sub get_meta_args {
push @args,
map { ( '--recipient', $_ ) } @{$self->meta_recipients_key_ids};
- use Data::Dumper::Concise;
push @args,
map { ( '--recipient', $_->hex_id() ) } @{$self->meta_recipients_keys};
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list