Skip to content

Commit

Permalink
Yeah so much logging :D
Browse files Browse the repository at this point in the history
  • Loading branch information
onewheelskyward committed Sep 10, 2017
1 parent c989d79 commit 75f8ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lita/handlers/onewheel_alert.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class OnewheelAlert < Handler
route /.*/i, :alert

def alert(response)
Lita.logger.debug "Checking for match of #{config.alert} in #{response.matches[0]}"
# Lita.logger.debug "Checking for match of #{config.alert} in #{response.matches[0]}"
if response.matches[0].match /#{config.alert}/
Lita.logger.debug "Heard #{response.matches[0]}"
client = Twilio::REST::Client.new config.account_sid, config.auth_token
Expand Down

0 comments on commit 75f8ebc

Please sign in to comment.