Skip to content
Snippets Groups Projects
Commit bb6c3085 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Remove some debug info

parent 4e99155d
No related branches found
No related tags found
1 merge request!214Hello wolf
Pipeline #2188 failed
......@@ -57,7 +57,7 @@ CaptureBase::CaptureBase(const std::string& _type,
}
updateCalibSize();
WOLF_TRACE("New Capture ", id(), " -- type ", getType(), " -- t = ", getTimeStamp(), " s");
// WOLF_TRACE("New Capture ", id(), " -- type ", getType(), " -- t = ", getTimeStamp(), " s");
}
......
......@@ -89,7 +89,6 @@ FrameBasePtr TrajectoryBase::closestKeyFrameToTimeStamp(const TimeStamp& _ts)
if ((*frm_rit)->isKey())
{
Scalar dt = std::fabs((*frm_rit)->getTimeStamp() - _ts);
std::cout << "dt " << dt << std::endl;
if (dt < min_dt)
{
min_dt = dt;
......
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