--- deliantra/Deliantra/res2pm 2010/03/19 21:38:14 1.13 +++ deliantra/Deliantra/res2pm 2010/03/19 23:11:43 1.14 @@ -132,8 +132,7 @@ if ($i->{Name} eq "ignore_list") { push @{$type->{ignore}}, $ignore_list{$i->{Attributes}->{name}} ||= []; } elsif ($i->{Name} eq "attribute") { - warn "ACDD $i->{Attributes}->{arch}\n"; - push @{$type->{ignore}}, [$i->{Attributes}->{arch}]; + push @{$type->{ignore}}, $i->{Attributes}->{arch}; } } } elsif ($e->{Name} eq "import_type") {