Skip to content

Commit

Permalink
remove message print of record size
Browse files Browse the repository at this point in the history
  • Loading branch information
lwang-astro committed Oct 17, 2024
1 parent 0ef8242 commit 8c50756
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/status.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -362,9 +362,9 @@ class Status {
pcm.time_bk.push_back(time);
}

std::cerr<<"Record size: "<<pcm.time_bk.size()<<"; time: "<<pcm.time_bk.back()
<<"; pos: "<<pcm.pos_bk[0].back()<<" "<<pcm.pos_bk[1].back()<<" "<<pcm.pos_bk[2].back()
<<std::endl;
//std::cerr<<"Record size: "<<pcm.time_bk.size()<<"; time: "<<pcm.time_bk.back()
//<<"; pos: "<<pcm.pos_bk[0].back()<<" "<<pcm.pos_bk[1].back()<<" "<<pcm.pos_bk[2].back()
//<<std::endl;

// when recorded 16 times, calculate the median value and update pcm
if (pcm.time_bk.size() == 16) {
Expand Down

0 comments on commit 8c50756

Please sign in to comment.