Remove legacy code

This commit is contained in:
Thiago Youssef 2022-04-28 12:29:24 +03:00
parent 626edbd4c3
commit c246bbaa6d
3 changed files with 8 additions and 11 deletions

View file

@ -7,7 +7,6 @@ class ValidationEventCheckForceDeleteJob < ApplicationJob
event.start_force_delete
elsif contact.need_to_lift_force_delete?
event.refresh_status_notes
event.lift_force_delete
end
end
end