Skip to content
Snippets Groups Projects
Commit d2560e04 authored by Bastien Gorissen's avatar Bastien Gorissen
Browse files

Forgot a debugging Msg::Info...

parent 613120e5
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment