less logspam

This commit is contained in:
geeksville
2020-05-01 08:31:52 -07:00
parent 49a13bbfd3
commit 82c1752d85
2 changed files with 2 additions and 2 deletions

View File

@@ -314,7 +314,7 @@ void MeshService::sendOurPosition(NodeNum dest, bool wantReplies)
int MeshService::onGPSChanged(void *unused)
{
DEBUG_MSG("got gps notify\n");
// DEBUG_MSG("got gps notify\n");
// Update our local node info with our position (even if we don't decide to update anyone else)
MeshPacket *p = allocForSending();