Pārlūkot izejas kodu

fix: do not print response to console

JustSong 3 gadi atpakaļ
vecāks
revīzija
dc94765d32
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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{}
 	response := API2GPTUsageResponse{}
 	err = json.Unmarshal(body, &response)
 	err = json.Unmarshal(body, &response)
-	fmt.Print(response)
 	if err != nil {
 	if err != nil {
 		return 0, err
 		return 0, err
 	}
 	}