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

[modif] removed debug prints

parent adf86b04
No related branches found
No related tags found
3 merge requests!20new tag,!19new tag,!11Resolve "Add Novatel raw data stream"
......@@ -20,15 +20,10 @@ void ReceiverRawAbstract::updateObservations()
{
// sort and remove duplicated observations
sortobs(&raw_data_.obs);
// std::cout << "---------------------------JUST BEFORE!-------------------" << std::endl;
// obs_.print();
obs_.clearObservations();
for (int ii = 0; ii < raw_data_.obs.n; ++ii)
obs_.addObservation(raw_data_.obs.data[ii]);
// std::cout << "--------------------------JUST AFTER!---------------------" << std::endl;
// obs_.print();
}
} // namespace GnssUtils
\ No newline at end of file
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