Skip to content

Commit

Permalink
remove extra binding.pry
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard M. Miller committed Apr 9, 2021
1 parent 10528b9 commit 39a0d09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/views/submissions/_submission_responses.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@
<td>
<% custom_form_questions = CustomFormQuestion.where(form_type: @submission.form_name).order(:display_order)
custom_form_questions.each do |cfq| %>
<% binding.pry %>
<% responses = cfq.submission_responses.where(submission_id: @submission.id) %>
<% responses.each do |r| %>
<% display_response(r, email_display) %>
Expand Down

0 comments on commit 39a0d09

Please sign in to comment.