Remove forgotten println

This commit is contained in:
Henrik Enquist 2019-08-28 14:40:17 +02:00 committed by henenq
parent c530ee6e82
commit 6d8a53e888

View file

@ -315,9 +315,7 @@ impl Metadata for Playlist {
})
.collect::<Vec<_>>();
println!("parse Message: {:?}", msg);
Playlist {
//id: SpotifyId::from_raw(msg.get_attributes().get_id()).unwrap(),
name: msg.get_attributes().get_name().to_owned(),
length: msg.get_length(),
tracks: tracks,