Skip to content

Commit 2cdc1a7

Browse files
committed
clean
1 parent d645830 commit 2cdc1a7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/geode/mesh/builder/solid_mesh_builder.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -807,11 +807,6 @@ namespace geode
807807
for( const auto v : Range{ solid_mesh_.nb_vertices() } )
808808
{
809809
to_delete[v] = !solid_mesh_.polyhedron_around_vertex( v );
810-
if( to_delete[v] )
811-
{
812-
DEBUG( v );
813-
SDEBUG( solid_mesh_.point( v ) );
814-
}
815810
}
816811
return delete_vertices( to_delete );
817812
}

0 commit comments

Comments
 (0)