Skip to content

Commit c7d2ab1

Browse files
committed
Merge pull request #1138 from towanda/clean
Removes commented debugger call.
2 parents 8e45fa4 + 09a28e1 commit c7d2ab1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/grape/endpoint.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,6 @@ def run(env)
235235
# Retrieve validations from this namespace and all parent namespaces.
236236
validation_errors = []
237237

238-
# require 'pry-byebug'; binding.pry
239-
240238
route_setting(:saved_validations).each do |validator|
241239
begin
242240
validator.validate!(params)

0 commit comments

Comments
 (0)