mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-20 17:31:30 +00:00
Remove commented printf : Node %d: (%.2f,%.2f,%.2f) LO %d, D %d\n
This commit is contained in:
parent
2ccfc5b52d
commit
dc44c1c361
@ -1914,7 +1914,6 @@ int nn = 0;
|
|||||||
curn->z = n->z;
|
curn->z = n->z;
|
||||||
curn->link_offset = eoffset;
|
curn->link_offset = eoffset;
|
||||||
curn->distance = n->longest_path;
|
curn->distance = n->longest_path;
|
||||||
//printf("Node %d: (%.2f,%.2f,%.2f) LO %d, D %d\n", nn, curn->x, curn->y, curn->z, curn->link_offset, curn->distance);
|
|
||||||
|
|
||||||
int ecount = 0;
|
int ecount = 0;
|
||||||
cur4 = big->edges.begin();
|
cur4 = big->edges.begin();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user