Skip to content

Commit

Permalink
removed debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
slauger committed Jun 10, 2017
1 parent 9158243 commit c33a50f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions check_netscaler.pl
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,6 @@ sub nitro_client {

my $url = $protocol . $plugin->opts->hostname . $port . '/nitro/v1/' . $params->{'endpoint'} . '/' . $params->{'objecttype'};

print $url;

if ($params->{'objectname'} && $params->{'objectname'} ne '') {
$url = $url . '/' . uri_escape(uri_escape($params->{'objectname'}));
}
Expand Down

0 comments on commit c33a50f

Please sign in to comment.