mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-14 20:12:26 +00:00
Remove commented printf : Got to node index %d (0x%x)\n
This commit is contained in:
parent
236e3e0d72
commit
04bd05162c
@ -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++;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user