Remove debug message

#569
This commit is contained in:
Artur Beljajev 2017-08-08 21:27:04 +03:00
parent bc3962cdfa
commit 87f76107ce

View file

@ -152,9 +152,6 @@ class EppController < ApplicationController
code: '1',
msg: 'handle_errors was executed when there were actually no errors'
}
# rubocop:disable Rails/Output
puts "FULL MESSAGE: #{obj.errors.full_messages} #{obj.errors.inspect}" if Rails.env.test?
# rubocop: enable Rails/Output
end
@errors.uniq!