Commit 98c9d9d4 authored by Antoine Cellerier's avatar Antoine Cellerier

Remove stupid debug :)

parent 91159d35
......@@ -368,7 +368,6 @@ void CtrlText::CmdMove::execute()
void CtrlText::CmdUpdateText::execute()
{
fprintf( stderr, "%d\n", m_pParent->m_xPos );
m_pParent->m_xPos -= MOVING_TEXT_STEP;
m_pParent->adjust( m_pParent->m_xPos );
......
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