diff --git a/app/controllers/root_controller.rb b/app/controllers/root_controller.rb index 0df3859ce..5e70939c1 100644 --- a/app/controllers/root_controller.rb +++ b/app/controllers/root_controller.rb @@ -12,10 +12,6 @@ class RootController < ApplicationController return redirect_to manager_root_path end - if Date.today < Date.new(2018, 03, 31) - flash.now.notice = ["Téléprocédures Simplifiées change de nom et devient demarches-simplifiees.fr, en savoir plus."] - end - render 'landing' end