mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
remove an extra debug for ping packets
This commit is contained in:
parent
c989a64e90
commit
ddbcfbd02f
1 changed files with 0 additions and 2 deletions
|
@ -125,8 +125,6 @@ void NodeList::timePingReply(const QByteArray& packet) {
|
|||
|
||||
packetStream >> ourOriginalTime >> othersReplyTime;
|
||||
|
||||
qDebug() << "OT:" << ourOriginalTime << "OR:" << othersReplyTime;
|
||||
|
||||
quint64 now = usecTimestampNow();
|
||||
int pingTime = now - ourOriginalTime;
|
||||
int oneWayFlightTime = pingTime / 2; // half of the ping is our one way flight
|
||||
|
|
Loading…
Reference in a new issue