Remove Bullet-related code

This commit is contained in:
Artur Beljajev 2019-10-19 13:09:41 +03:00
parent 558261c047
commit c9fbc9269e
2 changed files with 3 additions and 10 deletions

View file

@ -115,8 +115,6 @@ module Epp
def delete
authorize! :delete, @domain, @password
# all includes for bullet
@domain = Epp::Domain.where(id: @domain.id).includes(nameservers: :versions).first
handle_errors(@domain) and return unless @domain.can_be_deleted?