remove archive from sync

This commit is contained in:
Kyle Drake 2015-06-03 21:52:20 +00:00
parent 06521b2b01
commit 9458903bb3

View file

@ -1108,7 +1108,6 @@ class Site < Sequel::Model
self.updated_at = Time.now self.updated_at = Time.now
save_changes validate: false save_changes validate: false
increment_changed_count increment_changed_count
archive!
#SiteChange.record self, relative_path unless opts[:new_install] #SiteChange.record self, relative_path unless opts[:new_install]
ArchiveWorker.perform_async self.id ArchiveWorker.perform_async self.id
end end