From b2cc071e240c7090aed0f2083279c3249ce677a1 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Mon, 3 Feb 2025 14:42:44 -0800 Subject: [PATCH] prettier --- index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.js b/index.js index 038eb6d..b8b693d 100644 --- a/index.js +++ b/index.js @@ -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}` @@ -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