Skip to content
Snippets Groups Projects
Commit 908d0b13 authored by Magali Ruffier's avatar Magali Ruffier
Browse files

removed debug

parent feccfdea
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,6 @@ sub run {
while (my $slice = shift @sorted_slices) {
foreach my $code (keys %attrib_codes) {
print $slice . " got a slice with " . $code . " code and value " . $attrib_codes{$code}. "\n" ;
my $count = $self->get_feature_count($slice, $code, $attrib_codes{$code});
if ($count > 0) {
$self->store_attrib($slice, $count, $code);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment