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 Mar 7, 2023
1 parent dd0c313 commit 827ac62
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 827ac62

Please sign in to comment.