remove logger.sync from lastfm

This commit is contained in:
lyx0 2023-11-03 17:03:18 +01:00
parent d1600abf95
commit cb449e2e35
2 changed files with 0 additions and 2 deletions

View file

@ -146,7 +146,6 @@ func main() {
// If there is no roomId something went really wrong.
roomId := message.Tags["room-id"]
if roomId == "" {
log.Error().Msgf("Missing room-id in message tag: %s", roomId)
return
}

View file

@ -11,7 +11,6 @@ import (
func LastFmUserRecent(target, user string) string {
sugar := zap.NewExample().Sugar()
defer sugar.Sync()
err := godotenv.Load()
if err != nil {