Skip to content
Snippets Groups Projects
Commit 715c47c9 authored by Pep Martí Saumell's avatar Pep Martí Saumell
Browse files

[minor] commented std

parent 37351aed
No related branches found
No related tags found
2 merge requests!20new tag,!19new tag
......@@ -24,9 +24,8 @@ RawDataType UBloxRaw::addDataStream(const std::vector<uint8_t>& data_stream)
break;
case OBS: // Observations
std::cout << "Observations received!\n";
// std::cout << "Observations received!\n";
updateObservations();
// std::cout << "Observations updated!\n";
break;
case NAV_EPH: // Ephemeris
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment