Commit d4915c18 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

asademux: don't print a debug message every time this module is not being used.

parent 928bf10a
...@@ -133,7 +133,6 @@ static int Open ( vlc_object_t *p_this ) ...@@ -133,7 +133,6 @@ static int Open ( vlc_object_t *p_this )
if( strcmp( p_demux->psz_demux, "asademux" ) ) if( strcmp( p_demux->psz_demux, "asademux" ) )
{ {
msg_Dbg( p_demux, "asademux discarded" );
return VLC_EGENERIC; return VLC_EGENERIC;
} }
......
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