remove an extra debug for ping packets

This commit is contained in:
Stephen Birarda 2014-01-31 09:56:18 -08:00
parent c989a64e90
commit ddbcfbd02f

View file

@ -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