Remove binding.pry

This commit is contained in:
Martin Lensment 2014-07-04 11:44:39 +03:00
parent 7af7a66821
commit f1019a36fd

View file

@ -36,7 +36,6 @@ module Epp::Common
doc = Nokogiri::XML(params[:frame])
@extValues = xsd.validate(doc)
if @extValues.any?
binding.pry
@code = '2001'
@msg = 'Command syntax error'
render '/epp/error' and return