Skip to content

Commit

Permalink
chore: rm useless log
Browse files Browse the repository at this point in the history
  • Loading branch information
anhoder committed May 13, 2024
1 parent e8a088e commit d233096
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/lyric/lrc.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ import (
"time"

"github.com/pkg/errors"

"github.com/go-musicfox/go-musicfox/utils"
)

// Parses an LRC file
Expand Down Expand Up @@ -58,8 +56,6 @@ func (f *LRCFile) AsText(t ...*TranslateLRCFile) string {
}
f.text = builder.String()

utils.Logger().Println(f.text)

return f.text
}

Expand Down

0 comments on commit d233096

Please sign in to comment.