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

Remove debug info

parent b8da6c21
No related branches found
No related tags found
1 merge request!157Kfpackmanager
This commit is part of merge request !157. Comments created here will be created in the context of that merge request.
...@@ -24,14 +24,14 @@ FrameBase::FrameBase(const TimeStamp& _ts, StateBlockPtr _p_ptr, StateBlockPtr _ ...@@ -24,14 +24,14 @@ FrameBase::FrameBase(const TimeStamp& _ts, StateBlockPtr _p_ptr, StateBlockPtr _
state_block_vec_[1] = _o_ptr; state_block_vec_[1] = _o_ptr;
state_block_vec_[2] = _v_ptr; state_block_vec_[2] = _v_ptr;
if ( isKey() ) // if ( isKey() )
{ // {
WOLF_DEBUG("New KF", this->id() ); // WOLF_DEBUG("New KF", this->id() );
} // }
else // else
{ // {
WOLF_DEBUG("New F", this->id() ); // WOLF_DEBUG("New F", this->id() );
} // }
} }
FrameBase::FrameBase(const FrameType & _tp, const TimeStamp& _ts, StateBlockPtr _p_ptr, StateBlockPtr _o_ptr, StateBlockPtr _v_ptr) : 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 ...@@ -47,14 +47,14 @@ FrameBase::FrameBase(const FrameType & _tp, const TimeStamp& _ts, StateBlockPtr
state_block_vec_[1] = _o_ptr; state_block_vec_[1] = _o_ptr;
state_block_vec_[2] = _v_ptr; state_block_vec_[2] = _v_ptr;
if ( isKey() ) // if ( isKey() )
{ // {
WOLF_DEBUG("New KF", this->id() ); // WOLF_DEBUG("New KF", this->id() );
} // }
else // else
{ // {
WOLF_DEBUG("New F", this->id() ); // WOLF_DEBUG("New F", this->id() );
} // }
} }
FrameBase::~FrameBase() FrameBase::~FrameBase()
......
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