From: RĂ©mi Denis-Courmont Date: Sun, 21 Oct 2007 09:58:59 +0000 (+0000) Subject: Remove silly debug for previous commit X-Git-Tag: 0.9.0-test0~4895 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=7d250086f7bde8ec76e4388040c9af7ac3ac5ef4;p=vlc Remove silly debug for previous commit --- diff --git a/src/control/core.c b/src/control/core.c index 9a49dab114..a079e2e6bf 100644 --- a/src/control/core.c +++ b/src/control/core.c @@ -84,9 +84,6 @@ libvlc_instance_t * libvlc_new( int argc, const char *const *argv, { libvlc_instance_t *p_new; - for (int i = 0; i < argc; i++) - printf ("%d: %s\n", i, argv[i]); - libvlc_int_t *p_libvlc_int = libvlc_InternalCreate(); if( !p_libvlc_int ) RAISENULL( "VLC initialization failed" );