Remove the left over log in the triggerHandler

pull/6615/head
Bradley Hilton 9 years ago
parent 413d64356a
commit 64e6cd35fd
No known key found for this signature in database
GPG Key ID: 0666B2C24C43C358
  1. 1
      packages/rocketchat-integrations/server/lib/triggerHandler.js

@ -590,7 +590,6 @@ RocketChat.integrations.triggerHandler = new class RocketChatIntegrationHandler
}
if (message && message.editedAt && !trigger.runOnEdits) {
console.log(`The trigger "${ trigger.name }"'s run on edits is disabled and the message was edited.`);
logger.outgoing.debug(`The trigger "${ trigger.name }"'s run on edits is disabled and the message was edited.`);
return;
}

Loading…
Cancel
Save