hs: Remove v2 stats

We still keep v2 rendezvous stats since we will allow them until the network
has entirely phased out.

Related to #40266

Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
David Goulet
2021-02-16 10:36:13 -05:00
parent 9f2e74cac7
commit 897ec8a34c
6 changed files with 6 additions and 62 deletions
+1 -2
View File
@@ -105,10 +105,9 @@ log_onion_service_stats(void)
}
log_notice(LD_HEARTBEAT,
"Our onion service%s received %u v2 and %u v3 INTRODUCE2 cells "
"Our onion service%s received %u v3 INTRODUCE2 cells "
"and attempted to launch %d rendezvous circuits.",
num_services == 1 ? "" : "s",
hs_stats_get_n_introduce2_v2_cells(),
hs_stats_get_n_introduce2_v3_cells(),
hs_stats_get_n_rendezvous_launches());
}