#9 remove debug log

pull/32/head
Geoffrey Merck 4 years ago
parent eada741467
commit e4e4056af0

@ -37,6 +37,7 @@ CSentenceCollector(SLOW_DATA_TYPE_GPS, "$$CRC", '\x0D')
bool CGPSACollector::isValidSentence(const std::string& sentence)
{
CLog::logDebug("GPSA");
return isValidGPSA(sentence);
}

@ -48,6 +48,7 @@ bool CRSMS1AMessageCollector::isValidSentence(const std::string& sentence)
bool CRSMS1AMessageCollector::isValidMsg(const std::string& msg)
{
CLog::logDebug("RS-MS1A");
// checking validity involves parsing, so we do minumum checks here. Big chekc done in getDataInt
return !msg.empty() && boost::starts_with(msg, "$$Msg");
}

Loading…
Cancel
Save

Powered by TurnKey Linux.