diff --git a/progressBar.go b/progressBar.go index b371ca0..630c9da 100644 --- a/progressBar.go +++ b/progressBar.go @@ -58,7 +58,6 @@ func (s *progressBar) updateTitle(r *Renderer) { r.Send(_currentAttributes["file"]) CurrentSong = song } - // fmt.Println(len(_currentAttributes)) } }