Skip to content

Commit

Permalink
fixed: remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
primalmotion committed Mar 24, 2020
1 parent 9b32dc1 commit 59e3cbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion request.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ func NewRequestFromHTTPRequest(req *http.Request, manager ModelManager) (*Reques

case http.MethodPatch:
operation = OperationPatch
fmt.Println("------->", contentType)
if _, ok := externalSupportedContentType[string(contentType)]; !ok {
data, err = ioutil.ReadAll(req.Body)
if err != nil {
Expand Down

0 comments on commit 59e3cbb

Please sign in to comment.