mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 17:51:28 +00:00
Remove commented printf : Filling node %d/%d n=0x%x, lb=0x%x, curl=0x%x/0x%x\n
This commit is contained in:
parent
33a840a0e7
commit
2ccfc5b52d
@ -1904,7 +1904,6 @@ bool write_path_file(QTNode *_root, PathGraph *big, const char *file, vector< ve
|
|||||||
end = big->nodes.end();
|
end = big->nodes.end();
|
||||||
int nn = 0;
|
int nn = 0;
|
||||||
for(; cur != end; cur++, curn++, nn++) {
|
for(; cur != end; cur++, curn++, nn++) {
|
||||||
//printf("Filling node %d/%d n=0x%x, lb=0x%x, curl=0x%x/0x%x\n", nn, index, *cur, linkBlock, curl, &linkBlock[eoffset]);
|
|
||||||
n = *cur;
|
n = *cur;
|
||||||
if(n == NULL) {
|
if(n == NULL) {
|
||||||
printf("Got NULL node building quadtree, WTF.");
|
printf("Got NULL node building quadtree, WTF.");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user