diff --git a/libsrc/occ/occgenmesh.cpp b/libsrc/occ/occgenmesh.cpp index 5a362a83..b38f385e 100644 --- a/libsrc/occ/occgenmesh.cpp +++ b/libsrc/occ/occgenmesh.cpp @@ -907,13 +907,13 @@ namespace netgen catch (SingularMatrixException) { - (*myerr) << "Singular Matrix" << endl; + // (*myerr) << "Singular Matrix" << endl; res = MESHING2_GIVEUP; } catch (UVBoundsException) { - (*myerr) << "UV bounds exceeded" << endl; + // (*myerr) << "UV bounds exceeded" << endl; res = MESHING2_GIVEUP; }