Skip to content

Commit

Permalink
Removed spew
Browse files Browse the repository at this point in the history
  • Loading branch information
rekfuki committed Mar 26, 2019
1 parent e11a78b commit 42aee09
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions swag-validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ import (
"strconv"
"strings"

"github.com/davecgh/go-spew/spew"

"github.com/gin-gonic/gin"
"github.com/miketonks/swag/swagger"
"github.com/xeipuuv/gojsonschema"
Expand Down Expand Up @@ -254,7 +252,6 @@ func SwaggerValidator(api *swagger.API) gin.HandlerFunc {
for _, err := range result.Errors() {
description := err.Description()
details := err.Details()
spew.Dump(details)

if val, ok := details["property"]; ok {
field := val.(string)
Expand Down

0 comments on commit 42aee09

Please sign in to comment.