Removed accidental print statement

This commit is contained in:
Godwin 2016-08-09 22:28:03 -07:00
parent aba799cfcc
commit eabd751ab1

View File

@ -207,8 +207,6 @@ class ConferencesController < ApplicationController
steps ||= registration_steps
puts " ==== @register_template = #{@register_template}, params[:step] = #{params[:step]}, current_step = #{current_step} ==== "
# make sure we're on a valid step
@register_template ||= (params[:step] || current_step).to_sym