Skip to content
Snippets Groups Projects
Commit e94577d7 authored by Rodrigo Nascimento's avatar Rodrigo Nascimento
Browse files

Remove unused code

parent 17904808
No related branches found
No related tags found
No related merge requests found
...@@ -17,8 +17,6 @@ RocketChat.models.Integrations.find({type: 'webhook-outgoing'}).observe ...@@ -17,8 +17,6 @@ RocketChat.models.Integrations.find({type: 'webhook-outgoing'}).observe
ExecuteTriggerUrl = (url, trigger, message, room, tries=0) -> ExecuteTriggerUrl = (url, trigger, message, room, tries=0) ->
urlObj = URL.parse url
console.log tries console.log tries
word = undefined word = undefined
if trigger.triggerWords?.length > 0 if trigger.triggerWords?.length > 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment