Skip to content

Commit f402b02

Browse files
committed
chore: remove deprecated comment
1 parent 8fbcf90 commit f402b02

File tree

1 file changed

+0
-12
lines changed
  • packages/rest-tracker-api-core/src/statistics

1 file changed

+0
-12
lines changed

packages/rest-tracker-api-core/src/statistics/services.rs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -59,18 +59,6 @@ async fn get_protocol_metrics(
5959
let http_stats = http_stats_repository.get_stats().await;
6060
let udp_server_stats = udp_server_stats_repository.get_stats().await;
6161

62-
/*
63-
64-
todo: We have to delete the global metrics from Metric types:
65-
66-
- bittorrent_http_tracker_core::statistics::metrics::Metrics
67-
- bittorrent_udp_tracker_core::statistics::metrics::Metrics
68-
- torrust_udp_tracker_server::statistics::metrics::Metrics
69-
70-
Internally only the labeled metrics should be used.
71-
72-
*/
73-
7462
// TCPv4
7563

7664
let tcp4_announces_handled = http_stats.tcp4_announces_handled();

0 commit comments

Comments
 (0)