diff --git a/services/gunDB/contact-api/jobs/onOrders.js b/services/gunDB/contact-api/jobs/onOrders.js index ca05579d..629f3b4f 100644 --- a/services/gunDB/contact-api/jobs/onOrders.js +++ b/services/gunDB/contact-api/jobs/onOrders.js @@ -55,6 +55,7 @@ const listenerForAddr = (addr, SEA) => async (order, orderID) => { .then() if (alreadyAnswered) { + logger.info('this order is already answered, quitting') return }