Rolling back debug console.logs

This commit is contained in:
Chris Troutner
2022-01-18 15:31:15 -08:00
parent 4251e2a02d
commit ea104b5586
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -331,10 +331,10 @@ class BCHRPC {
// console.log('createUser rpcData: ', rpcData)
const addr = rpcData.payload.params.address
console.log('addr: ', addr)
// console.log('addr: ', addr)
const data = await this.bchjs.Utxo.get(addr)
console.log(`data: ${JSON.stringify(data, null, 2)}`)
// console.log(`data: ${JSON.stringify(data, null, 2)}`)
const retObj = data
retObj.status = 200
+1 -1
View File
@@ -125,7 +125,7 @@ class JSONRPC {
value: retObj
})
const retStr = JSON.stringify(retJson, null, 2)
console.log('retStr: ', retStr)
// console.log('retStr: ', retStr)
// Encrypt and publish the response to the originators private OrbitDB,
// if ipfs-coord has been initialized and the peers ID is registered.