Skip to content

Commit

Permalink
#9 clean up log debug
Browse files Browse the repository at this point in the history
  • Loading branch information
F4FXL committed Jan 13, 2022
1 parent 5fc9a90 commit 9d7c1ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion GPSACollector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ CSentenceCollector(SLOW_DATA_TYPE_GPS, "$$CRC", '\x0D')

bool CGPSACollector::isValidSentence(const std::string& sentence)
{
CLog::logDebug("GPSA");
return isValidGPSA(sentence);
}

Expand Down

0 comments on commit 9d7c1ad

Please sign in to comment.