mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-21 20:54:47 +02:00
remove debug
This commit is contained in:
parent
36c5feb616
commit
6d24e1fb36
@ -161,9 +161,6 @@ sub manage_selection {
|
||||
my $timing0 = [gettimeofday];
|
||||
my $webcontent = $self->{http}->request();
|
||||
my $timeelapsed = tv_interval($timing0, [gettimeofday]);
|
||||
|
||||
use Data::Dumper;
|
||||
print Data::Dumper::Dumper($self->{http}->get_first_header(name => 'location'));
|
||||
|
||||
$self->{global} = { time => $timeelapsed, content => $webcontent, code => $self->{http}->get_code() };
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user