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

Remove debug statement

parent de31f430
......@@ -964,7 +964,6 @@ int libvlc_InternalInit( libvlc_int_t *p_libvlc, int i_argc,
* We assume that the remaining parameters are filenames
* and their input options.
*/
msg_Info( p_libvlc, "optind = %u", vlc_optind );
GetFilenames( p_libvlc, i_argc - vlc_optind, ppsz_argv + vlc_optind );
/*
......
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