diff --git a/internal/radio/icecast_test.go b/internal/radio/icecast_test.go index d3f0fb6..2b525f5 100644 --- a/internal/radio/icecast_test.go +++ b/internal/radio/icecast_test.go @@ -6,7 +6,7 @@ const playlistPath = "../../p.log" func BenchmarkIcecastCurrentSong(b *testing.B) { for i := 0; i < b.N; i++ { - s, err := icecastCurrentSong(playlistPath) - b.Log(s, err) + /*s, err :=*/ icecastCurrentSong(playlistPath) + // b.Log(s, err) } }