Skip to content

Commit 09a28e1

Browse files
committed
Removes commented debugger call.
1 parent 8e45fa4 commit 09a28e1

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)