better position debug output

This commit is contained in:
Kevin Hester
2020-12-09 13:42:36 +08:00
parent a6a4fec4b9
commit a0076eb394
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,6 @@ bool PositionPlugin::handleReceivedProtobuf(const MeshPacket &mp, const Position
// FIXME - we currently update position data in the DB only if the message was a broadcast or destined to us
// it would be better to update even if the message was destined to others.
DEBUG_MSG("handled incoming position time=%u\n", p.time);
if (p.time) {
struct timeval tv;
uint32_t secs = p.time;