commented an useless debug print

This commit is contained in:
Paolo Cignoni cignoni 2009-02-07 23:22:30 +00:00
parent 70f06bdbae
commit e9fa4df948

View File

@ -452,7 +452,7 @@ bool RgbInteractiveEdit::maxEdgeLevel(RgbVertexC& v)
vector<RgbEdgeC> ve;
vector<RgbEdgeC>::iterator it;
v.VF(ve);
std::cout << ve.size() << std::endl;
//std::cout << ve.size() << std::endl;
int tmp = ve[0].t.getEdgeLevel(ve[0].index);
for (it = ve.begin();it != ve.end(); it++)
{