Remove command lag debug output

This commit is contained in:
dP
2023-03-16 00:07:42 +04:00
parent 82ac45ac7e
commit dea0c18ccf
-1
View File
@@ -214,7 +214,6 @@ void SendClientCommand(const CommandPacket *cp) {
}
int get_average_command_lag() {
Debug(misc, 0, "Command lag {} / {}", _command_lag_tracker.get_sum(), _command_lag_tracker.get_count());
auto count = _command_lag_tracker.get_count();
if (count == 0) return 0;