diff --git a/src/channel.cpp b/src/channel.cpp index ec5f8cc8..a16f9ac8 100755 --- a/src/channel.cpp +++ b/src/channel.cpp @@ -378,11 +378,6 @@ EPutDataStat CChannel::PutData ( const CVector& vecbyData, // used by the client so do not update for server channel) if ( !bIsServer ) { - -// TODO only update if time difference of received packets is below -// a limit to avoid having short network troubles incorporated in the -// statistic - CycleTimeVariance.Update(); } }