Commit 9bc5edf51a21aa930542025a4b06642ba6ea9eeb

Authored by Adhidarma Hadiwinoto
1 parent 0fbfe1e7dc
Exists in master

mute on skip resend delay

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -192,7 +192,7 @@ function report(data) {
192 192 const task = data.misc.task;
193 193  
194 194 if (!resendDelay.isEnabled()) {
195   - logger.verbose('Skipping resend delay because resend delay has not configured yet', {trx_id: task.trx_id, destination: task.destination, product: task.product});
  195 + //logger.verbose('Skipping resend delay because resend delay has not configured yet', {trx_id: task.trx_id, destination: task.destination, product: task.product});
196 196 return;
197 197 }
198 198