summaryrefslogtreecommitdiffstats
path: root/INF/ILO.pm
diff options
context:
space:
mode:
Diffstat (limited to 'INF/ILO.pm')
-rw-r--r--INF/ILO.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/INF/ILO.pm b/INF/ILO.pm
index 9af27c4..f51cb37 100644
--- a/INF/ILO.pm
+++ b/INF/ILO.pm
@@ -135,8 +135,6 @@ sub login($) {
$post->header( 'Content-Length' => length($json) );
$post->content($json);
- #my $get = GET( $self->{ilo_url}."/html/login.html" );
-
my $res = $self->{ua}->request($post);
unless ( $res->is_success ) {