Commit e42739b4 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: remove debug.

parent 9c902929
...@@ -839,7 +839,6 @@ void InputManager::setAtoB() ...@@ -839,7 +839,6 @@ void InputManager::setAtoB()
/* Function called regularly when in an AtoB loop */ /* Function called regularly when in an AtoB loop */
void InputManager::AtoBLoop( float, int i_time, int ) void InputManager::AtoBLoop( float, int i_time, int )
{ {
msg_Dbg( p_intf, "I am here" );
if( timeB ) if( timeB )
{ {
if( ( i_time >= (int)( timeB/1000000 ) ) if( ( i_time >= (int)( timeB/1000000 ) )
......
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