Skip to content
Snippets Groups Projects
Commit a6c27536 authored by Jean-François Remacle's avatar Jean-François Remacle
Browse files

removed printf

parent 7cd86dba
No related branches found
No related tags found
No related merge requests found
...@@ -157,7 +157,7 @@ GEdgeLoop::GEdgeLoop(const std::list<GEdge*> &cwire) ...@@ -157,7 +157,7 @@ GEdgeLoop::GEdgeLoop(const std::list<GEdge*> &cwire)
} }
while (!wire.empty()){ while (!wire.empty()){
printf("wire.size = %d\n",wire.size()); // printf("wire.size = %d\n",wire.size());
loopTheLoop(wire,loop,&degeneratedToInsert); loopTheLoop(wire,loop,&degeneratedToInsert);
// break; // break;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment