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; }