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
......@@ -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()
......
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