mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-26 11:27:17 +00:00
Remove commented printf : Started With node index %d (0x%x)\n
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user