diff --git a/libsrc/meshing/meshclass.cpp b/libsrc/meshing/meshclass.cpp index a3d96dd7..a89a6ff3 100644 --- a/libsrc/meshing/meshclass.cpp +++ b/libsrc/meshing/meshclass.cpp @@ -5856,8 +5856,6 @@ namespace netgen { if (!GetGeometry()) throw NgException ("don't have a geometry for mesh curving"); - - cout << "Build Curved Elements, order = " << aorder << endl; GetCurvedElements().BuildCurvedElements (&GetGeometry()->GetRefinement(), aorder, false);