]> git.sesse.net Git - vlc/commitdiff
Qt: remove debug.
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 27 Feb 2009 10:30:10 +0000 (11:30 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 27 Feb 2009 10:30:10 +0000 (11:30 +0100)
modules/gui/qt4/input_manager.cpp

index 53ad7b2170d98bf146a631e89660df363acdfd76..9564438f38fac9ed4247a7173653fe77667a1966 100644 (file)
@@ -839,7 +839,6 @@ void InputManager::setAtoB()
 /* Function called regularly when in an AtoB loop */
 void InputManager::AtoBLoop( float, int i_time, int )
 {
-    msg_Dbg( p_intf, "I am here" );
     if( timeB )
     {
         if( ( i_time >= (int)( timeB/1000000 ) )