mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-28 13:27:15 +00:00
Remove commented printf : Node %d's longest path is %d\n
This commit is contained in:
@@ -456,7 +456,6 @@ void calc_path_lengths(Map *map, MyGraph &vg, PathGraph *big, map<PathEdge *, Ed
|
|||||||
|
|
||||||
int longest = longest_dists[n->node_id];
|
int longest = longest_dists[n->node_id];
|
||||||
//n->longest_path = longest;
|
//n->longest_path = longest;
|
||||||
//printf("Node %d's longest path is %d\n", n->node_id, longest);
|
|
||||||
|
|
||||||
if(longest < shortest) {
|
if(longest < shortest) {
|
||||||
shortest = longest;
|
shortest = longest;
|
||||||
|
|||||||
Reference in New Issue
Block a user