mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 17:51:28 +00:00
Remove commented printf : Node %d's longest path is %d\n
This commit is contained in:
parent
b1497cac56
commit
880b1e7a0d
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user