diff --git a/Geo/GModel.cpp b/Geo/GModel.cpp index 7e1b998fa628bffa398f8de373210e33eeb34dd3..eee25937ebfd3dbcaa98b0a4e41e7c0ccff5c471 100644 --- a/Geo/GModel.cpp +++ b/Geo/GModel.cpp @@ -758,7 +758,6 @@ void GModel::_storeElementsInEntities(std::map<int, std::vector<MElement*> > &ma v = new discreteVertex(this, it->first); add(v); } - Msg::Info("Tag : %i",it->first); if(!v->points.empty()) v->points.clear(); // CAD points already have one by default _addElements(v->points, it->second); }