remove debug

This commit is contained in:
garnier-quentin 2019-03-25 13:27:03 +01:00
parent 36c5feb616
commit 6d24e1fb36
1 changed files with 0 additions and 3 deletions

View File

@ -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() };