Skip to content

Commit

Permalink
fix(namada): remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
egasimus committed Jun 3, 2024
1 parent a01583b commit 34280a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/namada/namada-connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ export class NamadaConnection extends CW.Connection {
fetch(`${this.url}/block_results?height=${wantedHeight}`)
.then(response=>response.text()),
])
console.log(JSON.parse(block).result.block.data.txs)
const { id, txs, header } = this.decode.block(block, results) as {
id: string,
txs: Partial<TX.Transaction[]>[]
Expand Down

0 comments on commit 34280a7

Please sign in to comment.