diff options
| -rw-r--r-- | btpd/net.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/btpd/net.c b/btpd/net.c index ea3c2a5..cf42df5 100644 --- a/btpd/net.c +++ b/btpd/net.c @@ -517,9 +517,6 @@ compute_rates(void) { } m_rate_up += tot_up - compute_rate_sub(m_rate_up); m_rate_dwn += tot_dwn - compute_rate_sub(m_rate_dwn); - btpd_log(BTPD_L_BTPD, "rates: %7.2fkB/s, %7.2fkB/s.\n", - (double)m_rate_up / 20 / (1 << 10), - (double)m_rate_dwn / 20 / (1 << 10)); } void |