Skip to content
Snippets Groups Projects
Commit a3710c13 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

drop unused value

parent cdf1d162
No related branches found
No related tags found
No related merge requests found
......@@ -169,11 +169,6 @@ sub parse {
}
}
## Merge domains in a single string
my $domains = join(',', @{ $data->{domain} })
if ($data->{domain});
$data->{domain} = $domains;
push @array, $data;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment