Commit d385374e authored by Antoine Cellerier's avatar Antoine Cellerier

Qt4 video filters panel: Comment out a debug message.

parent 5da31a22
......@@ -364,9 +364,11 @@ void ExtVideo::setWidgetValue( QObject *widget )
if( !p_obj )
{
#if 0
msg_Dbg( p_intf,
"Module instance %s not found, looking in config values.",
module.toStdString().c_str() );
#endif
i_type = config_GetType( p_intf, option.toStdString().c_str() ) & 0xf0;
switch( i_type )
{
......
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