remove debugging code

This commit is contained in:
Jamie Cameron
2009-10-27 16:21:11 -07:00
parent 6245c7c692
commit 992cf1e54d

View File

@@ -330,7 +330,6 @@ foreach my $c (sort { $a->{'name'} cmp $b->{'name'} } @current) {
'severity' => 0 });
}
}
print STDERR "done\n";
return @rv;
}