From f81b254d5ace6e4bdf3c858930ceed90d01fff5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Oliveira?= Date: Fri, 19 Aug 2022 17:30:47 +0100 Subject: [PATCH] fix: remove debug log --- lib/blockchain/bitcoin.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/blockchain/bitcoin.js b/lib/blockchain/bitcoin.js index fd0dfbeb..e3f5a57c 100644 --- a/lib/blockchain/bitcoin.js +++ b/lib/blockchain/bitcoin.js @@ -67,8 +67,6 @@ function updateCore (coinRec, isCurrentlyRunning) { common.logger.info('Bitcoin Core is updated!') } -console.log(typeof common.es(`sha256sum ../../../../../Downloads/monero-linux-x64-v0.18.0.0.tar.bz2 | awk '{print $1}'`).trim()) - function buildConfig () { return `rpcuser=lamassuserver rpcpassword=${common.randomPass()}