fix: do not print response to console

This commit is contained in:
JustSong 2023-06-18 00:22:22 +08:00
parent 1cb1f727c0
commit dc94765d32

View File

@ -143,7 +143,6 @@ func updateChannelAPI2GPTBalance(channel *model.Channel) (float64, error) {
}
response := API2GPTUsageResponse{}
err = json.Unmarshal(body, &response)
fmt.Print(response)
if err != nil {
return 0, err
}