Removed printf debugging output
This commit is contained in:
parent
913cdef297
commit
5d363c1bb9
1 changed files with 0 additions and 1 deletions
|
@ -863,7 +863,6 @@ void ModelObject::cut(coordf_t z, Model* model) const
|
|||
lower->add_volume(*volume);
|
||||
} else {
|
||||
TriangleMesh upper_mesh, lower_mesh;
|
||||
printf("Cutting mesh patch\n");
|
||||
TriangleMeshSlicer tms(&volume->mesh);
|
||||
tms.cut(z, &upper_mesh, &lower_mesh);
|
||||
|
||||
|
|
Loading…
Reference in a new issue