From 9bc5edf51a21aa930542025a4b06642ba6ea9eeb Mon Sep 17 00:00:00 2001 From: Adhidarma Hadiwinoto <gua@adhisimon.org> Date: Sun, 22 Apr 2018 20:23:26 +0700 Subject: [PATCH] mute on skip resend delay --- lib/partner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/partner.js b/lib/partner.js index 2f18c5e..eb44b1f 100644 --- a/lib/partner.js +++ b/lib/partner.js @@ -192,7 +192,7 @@ function report(data) { const task = data.misc.task; if (!resendDelay.isEnabled()) { - logger.verbose('Skipping resend delay because resend delay has not configured yet', {trx_id: task.trx_id, destination: task.destination, product: task.product}); + //logger.verbose('Skipping resend delay because resend delay has not configured yet', {trx_id: task.trx_id, destination: task.destination, product: task.product}); return; } -- 1.9.0