Remove commented printf : Final node with %u nodes, list offset %lu.\n

This commit is contained in:
Akkadius 2015-01-20 01:34:37 -06:00
parent 880b1e7a0d
commit 34f1df1163

View File

@ -90,7 +90,6 @@ void QTNode::fillBlocks(PathTree_Struct *heads, PathPointRef *flist, unsigned lo
//rearranged to give all QT nodes a node list
head->nodelist.count = nodes.size();
head->nodelist.offset = findex;
//printf(" Final node with %u nodes, list offset %lu.\n", head->nodes.count, head->nodes.offset);
list<PathNode *>::iterator curs,end;
curs = nodes.begin();
end = nodes.end();