diff --git a/utils/deprecated/apathing/quadtree.cpp b/utils/deprecated/apathing/quadtree.cpp index d3ac5968c..9dff015eb 100644 --- a/utils/deprecated/apathing/quadtree.cpp +++ b/utils/deprecated/apathing/quadtree.cpp @@ -94,7 +94,6 @@ void QTNode::fillBlocks(PathTree_Struct *heads, PathPointRef *flist, unsigned lo curs = nodes.begin(); end = nodes.end(); for(; curs != end; curs++) { -//printf("Got to node index %d (0x%x)\n", findex, *curs); PathNode *cur = *curs; flist[findex] = cur->node_id; findex++;