Commit 786adcfe authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Remove debug.

parent e5979c33
......@@ -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 ) &&
......
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