Skip to content

Commit

Permalink
Removed puts
Browse files Browse the repository at this point in the history
  • Loading branch information
divyadasari-va committed Oct 1, 2024
1 parent 9e7ed07 commit ed8655e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/controllers/correspondence_details_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ def save_correspondence_appeals
end
end
if params[:unselected_appeal_ids].present?
puts "unselected_appeal_ids: #{params[:unselected_appeal_ids]}"
@correspondence.correspondence_appeals
.where(appeal_id: params[:unselected_appeal_ids])
.delete_all
Expand Down

0 comments on commit ed8655e

Please sign in to comment.