summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@lamia.panaceas.james.local>2015-06-05 13:25:46 +0100
committerroot <root@lamia.panaceas.james.local>2015-06-05 13:25:46 +0100
commit9c42e71a103701f9641b7642d16b18b1ad8b53c6 (patch)
treeffa1537764d1f8454d0d3676c26c6a6108d32579
parentf573795110f74db407558036699bb124900e5ccd (diff)
downloadinf-9c42e71a103701f9641b7642d16b18b1ad8b53c6.tar.gz
inf-9c42e71a103701f9641b7642d16b18b1ad8b53c6.tar.bz2
inf-9c42e71a103701f9641b7642d16b18b1ad8b53c6.zip
fish
-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 ) {