]> git.sesse.net Git - vlc/commitdiff
Remove debug statement
authorRémi Denis-Courmont <remi@remlab.net>
Mon, 29 Mar 2010 20:55:00 +0000 (23:55 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 29 Mar 2010 20:55:00 +0000 (23:55 +0300)
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 );
 
     /*