mirror of
https://github.com/internetee/registry.git
synced 2025-05-20 19:29:39 +02:00
Remove binding.pry
This commit is contained in:
parent
7af7a66821
commit
f1019a36fd
1 changed files with 0 additions and 1 deletions
|
@ -36,7 +36,6 @@ module Epp::Common
|
||||||
doc = Nokogiri::XML(params[:frame])
|
doc = Nokogiri::XML(params[:frame])
|
||||||
@extValues = xsd.validate(doc)
|
@extValues = xsd.validate(doc)
|
||||||
if @extValues.any?
|
if @extValues.any?
|
||||||
binding.pry
|
|
||||||
@code = '2001'
|
@code = '2001'
|
||||||
@msg = 'Command syntax error'
|
@msg = 'Command syntax error'
|
||||||
render '/epp/error' and return
|
render '/epp/error' and return
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue