From 236e3e0d7297536e90db957c3d1bbe21aa35ef96 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Tue, 20 Jan 2015 01:34:40 -0600 Subject: [PATCH] Remove commented printf : Node %d's distance from root is %d\n --- utils/deprecated/apathing/boostcrap.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/deprecated/apathing/boostcrap.cpp b/utils/deprecated/apathing/boostcrap.cpp index 4e15dcdd6..24b18e5d4 100644 --- a/utils/deprecated/apathing/boostcrap.cpp +++ b/utils/deprecated/apathing/boostcrap.cpp @@ -474,7 +474,6 @@ printf("The tree's root is %d\n", shortest_node); n->longest_path = 0; else n->longest_path = root_dists[n->node_id]; -//printf("Node %d's distance from root is %d\n", n->node_id, root_dists[n->node_id]); }