Commit b5b87ea1 authored by Clément Stenac's avatar Clément Stenac

Remove debug message

parent 6833c8e5
......@@ -126,9 +126,7 @@ static int Demux( demux_t *p_demux )
return -1;
}
fprintf(stderr,"playlist item is %p\n", p_playlist->status.p_item );
b_play = FindItem( p_demux, p_playlist, &p_current );
fprintf(stderr,"current is %p\n", p_current );
playlist_ItemToNode( p_playlist, p_current );
p_current->input.i_type = ITEM_TYPE_PLAYLIST;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment