]> git.sesse.net Git - vlc/commitdiff
directory: Remove unuseful debug message.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 13 Jul 2008 22:03:24 +0000 (00:03 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 13 Jul 2008 22:03:24 +0000 (00:03 +0200)
modules/access/directory.c

index 3b8810e0ef499bc3513c784e4f39580b20bd5a8b..49051ddf4011c24a7653df2fe56de7a33d968313 100644 (file)
@@ -524,7 +524,6 @@ static int ReadDir( playlist_t *p_playlist, const char *psz_name,
                 p_input = input_ItemNewWithType( p_playlist,
                                                  psz_uri, entry, 0, NULL,
                                                  -1, ITEM_TYPE_FILE );
-                msg_Dbg( p_playlist, "dir: created %s", p_input->psz_name );
                 if (p_input != NULL)
                 {
                     if( p_current_input )
@@ -535,7 +534,6 @@ static int ReadDir( playlist_t *p_playlist, const char *psz_name,
                                            PLAYLIST_NO_REBUILD,
                                            PLAYLIST_END, NULL, NULL,
                                            false );
-                    msg_Dbg( p_playlist, "dir: Deleting %s", p_input->psz_name );
                     vlc_gc_decref( p_input );
                     if( i_ret != VLC_SUCCESS )
                         return VLC_EGENERIC;