Commit 2f110048 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Remove unuseful debug.

parent 93ac7b02
......@@ -452,7 +452,6 @@ inline void MainInterface::askForPrivacy()
if( privacyDialog( &controls ) == QDialog::Accepted )
{
QList<ConfigControl *>::Iterator i;
msg_Dbg( p_intf, "coin coin %i", controls.size() );
for( i = controls.begin() ; i != controls.end() ; i++ )
{
ConfigControl *c = qobject_cast<ConfigControl *>(*i);
......
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