Skip to content

Commit

Permalink
Stop logging bodies of messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Jul 12, 2019
1 parent 9931ba0 commit 4463767
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/substitutions.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ function onMissingEmoji(name) {
* @param {Object} file options slack file object
*/
var slackToMatrix = function(body, file) {
log.info("running substitutions on: " + body);

if (undefined != body) {
for (var i = 0; i < SUBSTITUTION_PAIRS.length; ++i) {
var pair = SUBSTITUTION_PAIRS[i];
Expand Down

0 comments on commit 4463767

Please sign in to comment.