Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
hilli committed Feb 10, 2024
1 parent 8fa6e3e commit 96a3deb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kefw2/player_data.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ func (s *KEFSpeaker) PlayerData() (PlayerData, error) {
// fmt.Printf("jsonData: %+v\n", string(playersJson))
return PlayerData{}, fmt.Errorf("error unmarshaling player data: %s", err)
}
fmt.Printf("playersData: %+v\n", playersData)
playerData := playersData[0]
return playerData, nil
}
Expand Down

0 comments on commit 96a3deb

Please sign in to comment.