Commit 15482637 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen Committed by Jean-Baptiste Kempf

qt4: Removing debug

(cherry picked from commit a3dce49a0fd8aba7e62ce72b732e80e3bf1401da)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent c6ccdf22
...@@ -611,11 +611,7 @@ NetOpenPanel::~NetOpenPanel() ...@@ -611,11 +611,7 @@ NetOpenPanel::~NetOpenPanel()
/* Create the list with the current items */ /* Create the list with the current items */
QStringList mrlList; QStringList mrlList;
for( int i = 0; i < ui.urlComboBox->count(); i++ ) for( int i = 0; i < ui.urlComboBox->count(); i++ )
{
mrlList << ui.urlComboBox->itemText( i ); mrlList << ui.urlComboBox->itemText( i );
msg_Err( p_intf, "%s" , qtu( ui.urlComboBox->itemText( i ) ) );
}
if( mrlList.count() > 0 ) 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