Skip to content

Commit

Permalink
Remove debugging statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Jun 20, 2016
1 parent c1065e3 commit b59bcca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Net/Songkick.pm
Expand Up @@ -166,8 +166,6 @@ sub _request {
$args->{apikey} = $self->api_key;
$url->query_form($args) if $args;

print "$url\n";

my $resp = $self->ua->get($url);

if ($resp->is_success) {
Expand Down

0 comments on commit b59bcca

Please sign in to comment.