X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Flibvlc.c;h=b5c87332e7b2a606563a28e28615942c1761b628;hb=e2ee1886dd7a2929b816881f5a9d8b54b099970e;hp=ffd5242c3957fd53f1274ad47acd8249da290ef6;hpb=de31f430bc4cd29eaf7470e794d7c94cb9ecde6b;p=vlc diff --git a/src/libvlc.c b/src/libvlc.c index ffd5242c39..b5c87332e7 100644 --- a/src/libvlc.c +++ b/src/libvlc.c @@ -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 ); /*