mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
Remove deft over debug message.
This commit is contained in:
parent
43959ee788
commit
43dcc6b55b
1 changed files with 1 additions and 3 deletions
|
@ -560,8 +560,7 @@ impl PlayerInternal {
|
|||
let key = self
|
||||
.session
|
||||
.audio_key()
|
||||
.request(track.id, file_id)
|
||||
;
|
||||
.request(track.id, file_id);
|
||||
let encrypted_file = AudioFile::open(&self.session, file_id);
|
||||
|
||||
|
||||
|
@ -582,7 +581,6 @@ impl PlayerInternal {
|
|||
let mut decoder = VorbisDecoder::new(audio_file).unwrap();
|
||||
|
||||
if position != 0 {
|
||||
info!("seek {}", position);
|
||||
match decoder.seek(position) {
|
||||
Ok(_) => (),
|
||||
Err(err) => error!("Vorbis error: {:?}", err),
|
||||
|
|
Loading…
Reference in a new issue