mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 16:41:29 +00:00
Remove commented printf : Final node with %u nodes, list offset %lu.\n
This commit is contained in:
parent
880b1e7a0d
commit
34f1df1163
@ -90,7 +90,6 @@ void QTNode::fillBlocks(PathTree_Struct *heads, PathPointRef *flist, unsigned lo
|
|||||||
//rearranged to give all QT nodes a node list
|
//rearranged to give all QT nodes a node list
|
||||||
head->nodelist.count = nodes.size();
|
head->nodelist.count = nodes.size();
|
||||||
head->nodelist.offset = findex;
|
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;
|
list<PathNode *>::iterator curs,end;
|
||||||
curs = nodes.begin();
|
curs = nodes.begin();
|
||||||
end = nodes.end();
|
end = nodes.end();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user