diff --git a/src/frame_base.cpp b/src/frame_base.cpp index 6e36fcc401e0a2eabe61905a6d83c288f4ca6fdc..3318d01708db96e5bbd836cb92ecfb2437dda804 100644 --- a/src/frame_base.cpp +++ b/src/frame_base.cpp @@ -24,14 +24,14 @@ FrameBase::FrameBase(const TimeStamp& _ts, StateBlockPtr _p_ptr, StateBlockPtr _ state_block_vec_[1] = _o_ptr; state_block_vec_[2] = _v_ptr; - if ( isKey() ) - { - WOLF_DEBUG("New KF", this->id() ); - } - else - { - WOLF_DEBUG("New F", this->id() ); - } +// if ( isKey() ) +// { +// WOLF_DEBUG("New KF", this->id() ); +// } +// else +// { +// WOLF_DEBUG("New F", this->id() ); +// } } FrameBase::FrameBase(const FrameType & _tp, const TimeStamp& _ts, StateBlockPtr _p_ptr, StateBlockPtr _o_ptr, StateBlockPtr _v_ptr) : @@ -47,14 +47,14 @@ FrameBase::FrameBase(const FrameType & _tp, const TimeStamp& _ts, StateBlockPtr state_block_vec_[1] = _o_ptr; state_block_vec_[2] = _v_ptr; - if ( isKey() ) - { - WOLF_DEBUG("New KF", this->id() ); - } - else - { - WOLF_DEBUG("New F", this->id() ); - } +// if ( isKey() ) +// { +// WOLF_DEBUG("New KF", this->id() ); +// } +// else +// { +// WOLF_DEBUG("New F", this->id() ); +// } } FrameBase::~FrameBase()