From 34f1df11635c5c7f2dd23b9f141f5055f015489c Mon Sep 17 00:00:00 2001 From: Akkadius Date: Tue, 20 Jan 2015 01:34:37 -0600 Subject: [PATCH] Remove commented printf : Final node with %u nodes, list offset %lu.\n --- utils/deprecated/apathing/quadtree.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/deprecated/apathing/quadtree.cpp b/utils/deprecated/apathing/quadtree.cpp index 829c5e638..d3ac5968c 100644 --- a/utils/deprecated/apathing/quadtree.cpp +++ b/utils/deprecated/apathing/quadtree.cpp @@ -90,7 +90,6 @@ void QTNode::fillBlocks(PathTree_Struct *heads, PathPointRef *flist, unsigned lo //rearranged to give all QT nodes a node list head->nodelist.count = nodes.size(); head->nodelist.offset = findex; -//printf(" Final node with %u nodes, list offset %lu.\n", head->nodes.count, head->nodes.offset); list::iterator curs,end; curs = nodes.begin(); end = nodes.end();