Commit e131931f authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove debug message

parent 7b4e4d4e
...@@ -208,8 +208,6 @@ static int Open( vlc_object_t *p_this ) ...@@ -208,8 +208,6 @@ static int Open( vlc_object_t *p_this )
Close (p_this); Close (p_this);
return VLC_EGENERIC; return VLC_EGENERIC;
} }
msg_Dbg (p_access, "opened file of size "I64Fd" (FIXME: remove this)",
p_access->info.i_size);
return VLC_SUCCESS; return VLC_SUCCESS;
} }
......
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