Remove commented printf : Got to node index %d (0x%x)\n

This commit is contained in:
Akkadius 2015-01-20 01:34:40 -06:00
parent 236e3e0d72
commit 04bd05162c

View File

@ -94,7 +94,6 @@ void QTNode::fillBlocks(PathTree_Struct *heads, PathPointRef *flist, unsigned lo
curs = nodes.begin(); curs = nodes.begin();
end = nodes.end(); end = nodes.end();
for(; curs != end; curs++) { for(; curs != end; curs++) {
//printf("Got to node index %d (0x%x)\n", findex, *curs);
PathNode *cur = *curs; PathNode *cur = *curs;
flist[findex] = cur->node_id; flist[findex] = cur->node_id;
findex++; findex++;