🔖 chore: Remove unnecessary print statements

This commit is contained in:
MartialBE
2024-05-21 01:37:01 +08:00
parent bb7e0ae80f
commit 8fc2f1a4a3
3 changed files with 0 additions and 6 deletions

View File

@@ -111,7 +111,6 @@ func dingtalkErrFunc(resp *http.Response) *types.OpenAIError {
err := json.NewDecoder(resp.Body).Decode(respMsg)
if err != nil {
fmt.Println(err)
return nil
}