fix: remove logs
This commit is contained in:
parent
f899b128fd
commit
01f85c82f9
1 changed files with 0 additions and 3 deletions
|
|
@ -41,8 +41,6 @@ function post (machineTx, pi) {
|
||||||
|
|
||||||
walletScore = fetchedWalletScore
|
walletScore = fetchedWalletScore
|
||||||
|
|
||||||
console.log(fetchedWalletScore)
|
|
||||||
|
|
||||||
if (_.some(it => it.address === updatedTx.toAddress)(blacklistItems)) {
|
if (_.some(it => it.address === updatedTx.toAddress)(blacklistItems)) {
|
||||||
blacklisted = true
|
blacklisted = true
|
||||||
notifier.notifyIfActive('compliance', 'blacklistNotify', r.tx, false)
|
notifier.notifyIfActive('compliance', 'blacklistNotify', r.tx, false)
|
||||||
|
|
@ -111,7 +109,6 @@ function postProcess (r, pi, isBlacklisted, addressReuse, walletScore) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!_.isNil(walletScore) && !walletScore.isValid) {
|
if (!_.isNil(walletScore) && !walletScore.isValid) {
|
||||||
console.log('aaaaaaaa')
|
|
||||||
return Promise.resolve({
|
return Promise.resolve({
|
||||||
walletScore: walletScore.score,
|
walletScore: walletScore.score,
|
||||||
operatorCompleted: true,
|
operatorCompleted: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue