From 8696cea70b372aac68651bc88bc78ed0723f304c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Oliveira?= Date: Fri, 7 Jan 2022 18:45:55 +0000 Subject: [PATCH] fix: remove console log imports --- lib/customers.js | 1 - lib/plugins/wallet/mock-wallet/mock-wallet.js | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/customers.js b/lib/customers.js index 589e21a9..d8ff6b5b 100644 --- a/lib/customers.js +++ b/lib/customers.js @@ -24,7 +24,6 @@ const operatorDataDir = _.get('operatorDataDir', options) const sms = require('./sms') const settingsLoader = require('./new-settings-loader') const logger = require('./logger') -const consoleLogLevel = require('console-log-level') const TX_PASSTHROUGH_ERROR_CODES = ['operatorCancel'] diff --git a/lib/plugins/wallet/mock-wallet/mock-wallet.js b/lib/plugins/wallet/mock-wallet/mock-wallet.js index f8eb7a7f..5850fefc 100644 --- a/lib/plugins/wallet/mock-wallet/mock-wallet.js +++ b/lib/plugins/wallet/mock-wallet/mock-wallet.js @@ -3,7 +3,6 @@ const _ = require('lodash/fp') const BN = require('../../../bn') const E = require('../../../error') const { utils: coinUtils } = require('lamassu-coins') -const consoleLogLevel = require('console-log-level') const NAME = 'FakeWallet' const BATCHABLE_COINS = ['BTC']