Skip to content

Commit

Permalink
Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Dec 21, 2022
1 parent e74d831 commit 7eb5078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/trailblazer/endpoint/controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def self.included(includer)
module Rails
module Process
def send_action(action_name)
puts "@@@@@>>>>>>> #{action_name.inspect}"
# puts "@@@@@>>>>>>> #{action_name.inspect}"

dsl = send(action_name) # call the actual controller action.

Expand Down

0 comments on commit 7eb5078

Please sign in to comment.