Remove silly debug for previous commit

This commit is contained in:
Rémi Denis-Courmont 2007-10-21 09:58:59 +00:00
parent 65bc1a4e3d
commit 7d250086f7
1 changed files with 0 additions and 3 deletions

View File

@ -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" );