diff --git a/Mesh/delaunay3d.cpp b/Mesh/delaunay3d.cpp
index 7562bb79c5f0731bf0a760fb641a8d3869d2727b..9462014a05419085bf208178291acbb72316e576 100644
--- a/Mesh/delaunay3d.cpp
+++ b/Mesh/delaunay3d.cpp
@@ -1225,7 +1225,7 @@ void delaunayTriangulation (const int numThreads,
 
   Vertex *box[8];
   delaunayTriangulation (numThreads, nptsatonce, _vertices, box, allocator);
-  __print ("finalTetrahedrization.pos",0, allocator);
+  //__print ("finalTetrahedrization.pos",0, allocator);
 
   MVertex *VV[8];
   for (int i=0;i<8;i++){