From 9c42e71a103701f9641b7642d16b18b1ad8b53c6 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 5 Jun 2015 13:25:46 +0100 Subject: fish --- INF/ILO.pm | 2 -- 1 file changed, 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 ) { -- cgit v1.2.3