Skip to content

Commit

Permalink
Remove exception catch to see full log of error
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoFelipe committed Jan 3, 2024
1 parent 3cd1721 commit 5c4df96
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/controllers/admissions/admission_processes_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,6 @@ def consolidate_phase
end
end

rescue => err
@exception = err
ensure
params.each_key do |key|
if !["authenticity_token", "controller", "action"].include? key
Expand Down

0 comments on commit 5c4df96

Please sign in to comment.