X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=inline;f=src%2FGeomValidators%2FGeomValidators_ShapeType.cpp;h=33879572d94800294b603512c7d4307ca57aaf2c;hb=b49c0718151f095c02a6a151631b9cf8f5027b47;hp=4b81b7eec129a702b80b7cac89d75e0cc6507b93;hpb=380f01e1fce1a012267d604a1190d04bf4659447;p=modules%2Fshaper.git diff --git a/src/GeomValidators/GeomValidators_ShapeType.cpp b/src/GeomValidators/GeomValidators_ShapeType.cpp index 4b81b7eec..33879572d 100644 --- a/src/GeomValidators/GeomValidators_ShapeType.cpp +++ b/src/GeomValidators/GeomValidators_ShapeType.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2020 CEA/DEN, EDF R&D +// Copyright (C) 2014-2022 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -69,7 +69,7 @@ GeomValidators_ShapeType::TypeOfShape return MyShapeTypes[aType]; // LCOV_EXCL_START - Events_InfoMessage("Shape type defined in XML is not implemented!").send(); + //Events_InfoMessage("Shape type defined in XML is not implemented!").send(); return AnyShape; // LCOV_EXCL_STOP }