[vlc-commits] commit: Remove debug statement ( Rémi Denis-Courmont )

git at videolan.org git at videolan.org
Mon Mar 29 22:55:11 CEST 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Mar 29 23:55:00 2010 +0300| [d85a3f13e132f27c6cb694447d65c16a2f3d2c7f] | committer: Rémi Denis-Courmont 

Remove debug statement

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d85a3f13e132f27c6cb694447d65c16a2f3d2c7f
---

 src/libvlc.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/libvlc.c b/src/libvlc.c
index ffd5242..b5c8733 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 );
 
     /*



More information about the vlc-commits mailing list