Explorar o código

fix: do not print response to console

JustSong %!s(int64=2) %!d(string=hai) anos
pai
achega
dc94765d32
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      controller/channel-billing.go

+ 0 - 1
controller/channel-billing.go

@@ -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
 	}