]> git.sesse.net Git - vlc/blobdiff - src/libvlc.c
Remove debug statement
[vlc] / src / libvlc.c
index ffd5242c3957fd53f1274ad47acd8249da290ef6..b5c87332e7b2a606563a28e28615942c1761b628 100644 (file)
@@ -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 );
 
     /*