mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 17:51:28 +00:00
Remove commented printf : Node %d's distance from root is %d\n
This commit is contained in:
parent
767781bd0a
commit
236e3e0d72
@ -474,7 +474,6 @@ printf("The tree's root is %d\n", shortest_node);
|
|||||||
n->longest_path = 0;
|
n->longest_path = 0;
|
||||||
else
|
else
|
||||||
n->longest_path = root_dists[n->node_id];
|
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]);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user