diff --git a/app/controllers/epp_controller.rb b/app/controllers/epp_controller.rb index 4a0a0d9d0..8eb6fbc96 100644 --- a/app/controllers/epp_controller.rb +++ b/app/controllers/epp_controller.rb @@ -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!