Remove spammy log
This commit is contained in:
parent
9bbd2a14fe
commit
db4a0ddc59
1 changed files with 0 additions and 3 deletions
|
|
@ -100,9 +100,6 @@ const listenerForAddr = (addr, SEA) => async (order, orderID) => {
|
|||
}
|
||||
|
||||
if (ordersProcessed.has(orderID)) {
|
||||
logger.warn(
|
||||
`skipping already processed order: ${orderID}, this means orders are being processed twice!`
|
||||
)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue