Explorar el Código

fix: do not print response to console

JustSong hace 2 años
padre
commit
dc94765d32
Se han modificado 1 ficheros con 0 adiciones y 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
 	}