debug typo (#2235)
This commit is contained in:
parent
0e722742de
commit
394c0c1f14
|
@ -460,8 +460,6 @@ sub manage_selection {
|
|||
$self->{logicalgroups}->{$group}->{$map_service_state{$row->{sstate}}}++;
|
||||
}
|
||||
}
|
||||
use Data::Dumper;
|
||||
print Dumper($self->{instance_mode}->{inventory});
|
||||
} elsif ($config_data->{mode} eq 'exactmatch') {
|
||||
foreach my $group (keys %{$config_data->{selection}}) {
|
||||
$self->{logicalgroups}->{$group} = {
|
||||
|
|
Loading…
Reference in New Issue