Remove commented printf : Started With node index %d (0x%x)\n

This commit is contained in:
Akkadius 2015-01-20 01:34:58 -06:00
parent 6243a53e5c
commit 33a840a0e7

View File

@ -1837,7 +1837,6 @@ QTNode *build_quadtree(Map *map, PathGraph *big) {
end = _root->nodes.end();
//int findex = 0;
for(; curs != end; curs++) {
//printf("Started With node index %d (0x%x)\n", findex++, *curs);
}
_root->divideYourself(0);