Skip to content

Commit

Permalink
modify Debuglog
Browse files Browse the repository at this point in the history
  • Loading branch information
wenzuochao committed Jan 3, 2020
1 parent 2b361b5 commit 3e754bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tea/tea.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,7 @@ func DoRequest(request *Request, requestRuntime map[string]interface{}) (respons
requestURL = fmt.Sprintf("%s?%s", requestURL, querystring)
}
}
debugLog(request.Method)
debugLog(requestURL)
debugLog("> %s %s", request.Method, requestURL)

httpRequest, err := http.NewRequest(request.Method, requestURL, request.Body)
if err != nil {
Expand Down

0 comments on commit 3e754bc

Please sign in to comment.