From 01f85c82f93dda7be89bcd16ece8943fee85054f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Salgado?= Date: Fri, 21 Jan 2022 18:24:44 +0000 Subject: [PATCH] fix: remove logs --- lib/cash-in/cash-in-tx.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/cash-in/cash-in-tx.js b/lib/cash-in/cash-in-tx.js index b426d3ed..d97398da 100644 --- a/lib/cash-in/cash-in-tx.js +++ b/lib/cash-in/cash-in-tx.js @@ -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,