]> git.sesse.net Git - vlc/blobdiff - modules/access/file.c
Grmbl
[vlc] / modules / access / file.c
index 55f81cbbf88d43c892c2dbbac4d4699f00a97544..ee593f8b4f99ba1e97885adc8d6808f522da6198 100644 (file)
@@ -160,8 +160,6 @@ static int Open( vlc_object_t *p_this )
 
     b_stdin = psz_name[0] == '-' && psz_name[1] == '\0';
 
-    fprintf( stderr, "---%s\n", p_access->psz_path );
-
     if( !b_stdin )
     {
         if( psz_name[0] == '~' && psz_name[1] == '/' )