Skip to content

Commit

Permalink
remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ollyg committed Dec 7, 2015
1 parent 68090c8 commit 9470d84
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions lib/EWS/Calendar/Role/RetrieveAvailability.pm
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ sub retrieve_availability {
},
);

use Data::Dumper;
print Dumper($trace);
print Dumper($response);

if($response->{GetUserAvailabilityResult}
->{FreeBusyResponseArray}
->{FreeBusyResponse}->[0]
Expand Down
1 change: 1 addition & 0 deletions lib/EWS/Client/Role/SOAP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ sub _build_transporter {
$self->username, $self->password);
}

# XXX disable all security checks
$t->userAgent->ssl_opts( verify_hostname => 0, SSL_verify_mode => 0x00 );

return $t;
Expand Down
1 change: 0 additions & 1 deletion lib/EWS/Folder/Role/Reader.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ BEGIN {
use Moose::Role;
use EWS::Folder::ResultSet;
use Carp;
use Data::Dumper;

sub _list_messages {
my ($self, $kind, $response) = @_;
Expand Down

0 comments on commit 9470d84

Please sign in to comment.