소스 검색

fix: do not print response to console

JustSong 3 년 전
부모
커밋
c54f70aebc
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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
 	}