Skip to content

Commit

Permalink
remove debugger statement
Browse files Browse the repository at this point in the history
  • Loading branch information
shockey committed Aug 28, 2019
1 parent 9a4ff63 commit 4adbbd7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -503,8 +503,6 @@ export const validateParam = (param, value, { isOAS3 = false, bypassRequiredChec

let paramDetails = getParameterSchema(param, { isOAS3 })

debugger

if(!paramDetails) return errors

let maximum = paramDetails.get("maximum")
Expand Down

0 comments on commit 4adbbd7

Please sign in to comment.