Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
kga committed Sep 12, 2014
1 parent 94b81f1 commit d567789
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Net/OpenID/Consumer/Lite.pm
Expand Up @@ -23,7 +23,6 @@ sub _get {
my $ua = _ua();
my $res = $ua->get($url);
unless ($IGNORE_SSL_ERROR) {
use Data::Dumper; warn Dumper($res);
if ( my $warnings = $res->header('Client-SSL-Warning') ) {
Carp::croak("invalid ssl? ${url}, ${warnings}");
}
Expand Down

0 comments on commit d567789

Please sign in to comment.