turn off unsuccessful gps parse msg

pull/14/head
Tom Early 6 years ago
parent 927903fc21
commit 85daf2ad79

@ -39,7 +39,7 @@ bool CLocation::Parse(const char *instr)
return false;
if (! std::regex_search(s.c_str(), cm, gps, std::regex_constants::match_default)) {
std::cerr << "Unsuccessful gps parse of '" << s << "'" << std::endl;
//std::cerr << "Unsuccessful gps parse of '" << s << "'" << std::endl;
return false;
}

Loading…
Cancel
Save

Powered by TurnKey Linux.