Explorar o código

Remove forgotten println

Henrik Enquist %!s(int64=5) %!d(string=hai) anos
pai
achega
6d8a53e888
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      metadata/src/lib.rs

+ 0 - 2
metadata/src/lib.rs

@@ -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,