mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-16 13:13:41 +08:00
🔖 chore: Remove unnecessary print statements
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user