mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-19 20:41:33 +00:00
Remove commented printf : Started With node index %d (0x%x)\n
This commit is contained in:
parent
6243a53e5c
commit
33a840a0e7
@ -1837,7 +1837,6 @@ QTNode *build_quadtree(Map *map, PathGraph *big) {
|
|||||||
end = _root->nodes.end();
|
end = _root->nodes.end();
|
||||||
//int findex = 0;
|
//int findex = 0;
|
||||||
for(; curs != end; curs++) {
|
for(; curs != end; curs++) {
|
||||||
//printf("Started With node index %d (0x%x)\n", findex++, *curs);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
_root->divideYourself(0);
|
_root->divideYourself(0);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user