Commit a3dce49a authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen

qt4: Removing debug

parent cb50a4ea
......@@ -609,11 +609,7 @@ NetOpenPanel::~NetOpenPanel()
/* Create the list with the current items */
QStringList mrlList;
for( int i = 0; i < ui.urlComboBox->count(); i++ )
{
mrlList << ui.urlComboBox->itemText( i );
msg_Err( p_intf, "%s" , qtu( ui.urlComboBox->itemText( i ) ) );
}
if( mrlList.count() > 0 )
{
......
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