Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Feb 3, 2025
1 parent 50d5a4b commit b2cc071
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ exports.objToArray = function (obj) {
}

exports.getIndexName = function (section) {

// Elasticsearch indexes named like: smtp-connection-yyyy-mm-dd
// smtp-transaction-yyyy-mm-dd
let name = `smtp-${section}`
Expand Down Expand Up @@ -401,7 +400,6 @@ exports.prune_empty = function (pi) {
}

exports.prune_noisy = function (res, pi) {

if (res[pi].human) delete res[pi].human
if (res[pi].human_html) delete res[pi].human_html
if (res[pi]._watch_saw) delete res[pi]._watch_saw
Expand Down

0 comments on commit b2cc071

Please sign in to comment.