From 2425d0ecfce300671c038b631f32a591ece55051 Mon Sep 17 00:00:00 2001 From: taitus Date: Tue, 23 May 2023 11:15:59 +0200 Subject: [PATCH] Remove unused code In the commit: 315c57929a this code was added, but at that time this field was no longer in use, even though it existed in the database. I don't know why this line was added, but there seems to be no point in keeping it. --- app/controllers/management/users_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/management/users_controller.rb b/app/controllers/management/users_controller.rb index 43f23f40e..786f7b890 100644 --- a/app/controllers/management/users_controller.rb +++ b/app/controllers/management/users_controller.rb @@ -59,7 +59,6 @@ class Management::UsersController < Management::BaseController @user.confirmed_at = Time.current @user.newsletter = false - @user.email_on_proposal_notification = false @user.email_digest = false @user.email_on_direct_message = false @user.email_on_comment = false