From 31c3e326ffc32dedda0770b6f89ea3acc08230d3 Mon Sep 17 00:00:00 2001 From: Pierre Kraemer Date: Thu, 10 Nov 2011 11:30:08 +0100 Subject: [PATCH] suppression code inutile --- Apps/Examples/viewer.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Apps/Examples/viewer.cpp b/Apps/Examples/viewer.cpp index d7dfece2..acaced09 100644 --- a/Apps/Examples/viewer.cpp +++ b/Apps/Examples/viewer.cpp @@ -210,10 +210,6 @@ void Viewer::importMesh(std::string& filename) setParamObject(bb.maxSize(), bb.center().data()) ; updateGLMatrices() ; - - TraversorCell t(myMap, VERTEX) ; - for(Dart d = t.begin(); d != t.end(); d = t.next()) - std::cout << "pos -> " << position[d] << std::endl ; } void Viewer::slot_drawVertices(bool b) -- GitLab