diff --git a/components/rgbd-sources/src/group.cpp b/components/rgbd-sources/src/group.cpp index 8bb15f78b76ddb1948c38e6cc503ca386065df8b..acbadfd0ab1aa6a65772b40d68406de7928cb058 100644 --- a/components/rgbd-sources/src/group.cpp +++ b/components/rgbd-sources/src/group.cpp @@ -48,7 +48,7 @@ void Group::addSource(ftl::rgbd::Source *src) { src->setCallback([this,ix,src](int64_t timestamp, cv::Mat &rgb, cv::Mat &depth) { if (timestamp == 0) return; - //LOG(INFO) << "SRC CB: " << timestamp << " (" << framesets_[head_].timestamp << ")"; + LOG(INFO) << "SRC CB: " << timestamp << " (" << framesets_[head_].timestamp << ")"; UNIQUE_LOCK(mutex_, lk); if (timestamp > framesets_[head_].timestamp) {