]> git.sesse.net Git - vlc/commitdiff
Remove debug.
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 16 Mar 2008 19:37:38 +0000 (12:37 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 17 Mar 2008 00:33:42 +0000 (17:33 -0700)
modules/gui/qt4/dialogs/interaction.cpp

index 115d8718ceb8c68e98cf561973dc72fb0675992c..92d0bbe40ada6d675191a931e4fd579b9d57933b 100644 (file)
@@ -184,7 +184,6 @@ void InteractionDialog::update()
         assert( progressBar );
         progressBar->setValue( (int)( p_dialog->val.f_float * 10 ) );
         description->setText( qfu( p_dialog->psz_description ) );
-        msg_Dbg( p_intf, "Setting progress to %i", progressBar->value() );
     }
 
     if( ( p_dialog->i_flags & DIALOG_INTF_PROGRESS ) &&