fix(getTransaction): Reducing debug logs

This commit is contained in:
Chris Troutner
2025-05-20 06:03:32 -07:00
parent b8c1156de7
commit 70da4d8000
+1 -1
View File
@@ -405,7 +405,7 @@ class BchAdapter {
// Wait for data to come back from the wallet service.
const data = await this.waitForRPCResponse(rpcId)
console.log(`data: ${JSON.stringify(data, null, 2)}`)
// console.log(`data: ${JSON.stringify(data, null, 2)}`)
return data
} catch (err) {