remove debug

This commit is contained in:
Jos Dehaes 2021-10-22 14:29:36 +02:00
parent 5249be0a40
commit 137e876da6

View file

@ -674,7 +674,6 @@ namespace Net {
char iface[32];
strncpy(iface, sdl->sdl_data, sdl->sdl_nlen);
iface[sdl->sdl_nlen] = 0;
Logger::debug("" + string(iface) + " i=" + std::to_string(ifm_data.ifi_ibytes) + " o=" + std::to_string(ifm_data.ifi_obytes));
ifstats[iface] = std::tuple(ifm_data.ifi_ibytes, ifm_data.ifi_obytes);
}
}