diff --git a/app/controllers/conferences_controller.rb b/app/controllers/conferences_controller.rb index 0c56a6f..ff8250d 100644 --- a/app/controllers/conferences_controller.rb +++ b/app/controllers/conferences_controller.rb @@ -437,9 +437,6 @@ class ConferencesController < ApplicationController end @actions = nil @multipart = false - if @register_step == 'register' - session.delete(:registration) - end case @register_step when 'register', 'organizations', 'new_organization', 'new_workshop', 'volunteer_questions' @actions = :next