diff --git a/app/views/settings/profiles/show.html.haml b/app/views/settings/profiles/show.html.haml
index b79b4c43..45f3da1e 100644
--- a/app/views/settings/profiles/show.html.haml
+++ b/app/views/settings/profiles/show.html.haml
@@ -49,9 +49,6 @@
%hr/
-%h6= t('auth.migrate_account')
-%p.muted-hint= t('auth.migrate_account_html', path: settings_migration_path)
-
- if open_deletion?
%hr.spacer/
diff --git a/config/routes.rb b/config/routes.rb
index de124054..ceff7141 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -130,7 +130,7 @@ Rails.application.routes.draw do
end
resource :delete, only: [:show, :destroy]
- resource :migration, only: [:show, :update]
+ # resource :migration, only: [:show, :update]
resources :sessions, only: [:destroy]
resources :scheduled_statuses, only: [:index, :destroy]