From 7d250086f7bde8ec76e4388040c9af7ac3ac5ef4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sun, 21 Oct 2007 09:58:59 +0000 Subject: [PATCH] Remove silly debug for previous commit --- src/control/core.c | 3 --- 1 file changed, 3 deletions(-) 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" ); -- 2.39.2