mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
Remove forgotten println
This commit is contained in:
parent
c530ee6e82
commit
6d8a53e888
1 changed files with 0 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue