瀏覽代碼

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
 	}