Commit 31ce5588 authored by Clément Stenac's avatar Clément Stenac

Remove debug

parent 86b94ec7
......@@ -45,7 +45,6 @@ VarTree::VarTree( intf_thread_t *pIntf, VarTree *pParent, int id,
m_deleted( false ), m_readonly( readonly ),
m_pData( pData ), m_pParent( pParent )
{
fprintf( stderr, "Expanded is %i - RO %i\n", m_expanded, m_readonly );
// Create the position variable
m_cPosition = VariablePtr( new VarPercent( pIntf ) );
getPositionVar().set( 1.0 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment