Browse Source

Remove debug info

pull/1515/head
Max Lv 7 years ago
parent
commit
33fe5adc19
1 changed files with 0 additions and 1 deletions
  1. 1
      src/local.c

1
src/local.c

@ -835,7 +835,6 @@ server_send_cb(EV_P_ ev_io *w, int revents)
void
stat_update_cb()
{
LOGI("stat: %" PRId64 ", %" PRId64 "", tx, rx);
ev_tstamp now = ev_time();
if (now - last > 0.5) {
send_traffic_stat(tx, rx);

Loading…
Cancel
Save