Skip to content

Commit

Permalink
Remove debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
spotlightishere committed Apr 23, 2022
1 parent 90d24ff commit 81f1920
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/commandrb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,6 @@ def determine_activator(name, command, message)
end
end

puts triggers

triggers.each do |trigger|
activator = trigger.to_s
puts "Considering activator #{activator}" if @debug_mode == true
Expand Down

0 comments on commit 81f1920

Please sign in to comment.