Skip to content

Commit

Permalink
Remove unnecessary puts
Browse files Browse the repository at this point in the history
  • Loading branch information
feliciaan committed Jan 12, 2017
1 parent edef9a1 commit 6135d5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/controllers/events_controller.rb
Expand Up @@ -151,7 +151,6 @@ def check_in
end

def event_params
puts "phone_nummber_state", params[:phone_number_state]
params.require(:event).permit(:name, :club_id, :location, :website, :contact_email, :start_date, :end_date, :description, :registration_cancelable, :phone_number_state, :bank_number, :registration_close_date, :registration_open_date, :show_ticket_count, :signature)
end

Expand Down

0 comments on commit 6135d5f

Please sign in to comment.