Skip to content

Commit

Permalink
Delete stray Dumper
Browse files Browse the repository at this point in the history
  • Loading branch information
pplu committed Jan 28, 2019
1 parent 71e2138 commit be3e446
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/Azure/Net/Caller.pm
Expand Up @@ -39,9 +39,6 @@ package Azure::Net::Caller;
}
);

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

if ($response->{status} == 599) {
Azure::Exception::ClientException->throw(
message => $response->{content},
Expand Down

0 comments on commit be3e446

Please sign in to comment.