removed unnecessary comments

This commit is contained in:
olegphenomenon 2021-10-18 09:34:51 +03:00
parent a896e78e51
commit f378900f5f

View file

@ -54,8 +54,6 @@ module Domain::RegistryLockable
end
def remove_statuses_from_locked_domain
# binding.pry
# self.admin_store_statuses_history = self.statuses
LOCK_STATUSES.each do |domain_status|
statuses.delete([domain_status])
end