Skip to content

Commit 6a51b95

Browse files
commodditydaveshanley
authored andcommitted
fix: remove debug log
1 parent ab13cf1 commit 6a51b95

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

requests/validate_body.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
package requests
55

66
import (
7-
"fmt"
87
"net/http"
98
"strings"
109

@@ -32,7 +31,6 @@ func (v *requestBodyValidator) ValidateRequestBody(request *http.Request) (bool,
3231

3332
operation := helpers.ExtractOperation(request, pathItem)
3433
if operation == nil {
35-
fmt.Println("HERE!!!!")
3634
return false, []*errors.ValidationError{errors.OperationNotFound(pathItem, request, request.Method, foundPath)}
3735
}
3836
if operation.RequestBody == nil {

0 commit comments

Comments
 (0)