]> git.sesse.net Git - vlc/commitdiff
Qt4 - Removing frightening debug message :D
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 8 Sep 2007 17:19:43 +0000 (17:19 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 8 Sep 2007 17:19:43 +0000 (17:19 +0000)
modules/gui/qt4/main_interface.cpp

index 4365214306557bed4a83e8e751a1b27c0bde52b9..6515db8b5a1739570cc48c8fb29b575127c38e4b 100644 (file)
@@ -690,7 +690,6 @@ void MainInterface::setStatus( int status )
 
 void MainInterface::setRate( int rate )
 {
-    msg_Dbg( p_intf, "raaahhh %i", rate );
     QString str;
     str.setNum( ( 1000/(double)rate), 'f', 2 );
     str.append( "x" );