fix: remove logs

This commit is contained in:
Sérgio Salgado 2022-01-21 18:24:44 +00:00
parent f899b128fd
commit 01f85c82f9

View file

@ -41,8 +41,6 @@ function post (machineTx, pi) {
walletScore = fetchedWalletScore
console.log(fetchedWalletScore)
if (_.some(it => it.address === updatedTx.toAddress)(blacklistItems)) {
blacklisted = true
notifier.notifyIfActive('compliance', 'blacklistNotify', r.tx, false)
@ -111,7 +109,6 @@ function postProcess (r, pi, isBlacklisted, addressReuse, walletScore) {
}
if (!_.isNil(walletScore) && !walletScore.isValid) {
console.log('aaaaaaaa')
return Promise.resolve({
walletScore: walletScore.score,
operatorCompleted: true,