Remove debugging statement
This commit is contained in:
parent
3c8dbcef4a
commit
fbe70ac15b
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ sub BUILD {
|
|||
my %table = (); # edge_coordinates => edge_id
|
||||
|
||||
for (my $facet_id = 0; $facet_id <= $#{$self->facets}; $facet_id++) {
|
||||
my $facet = $self->facets->[$facet_id];##use Devel::Size qw(total_size); printf "total_size = %d\n", total_size($facet);exit;
|
||||
my $facet = $self->facets->[$facet_id];
|
||||
$self->facets_edges->[$facet_id] = [];
|
||||
|
||||
# reorder vertices so that the first one is the one with lowest Z
|
||||
|
|
Loading…
Reference in a new issue