Skip to content

Commit

Permalink
chore: remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
ledanghuy1811 committed Oct 7, 2024
1 parent d616297 commit c58a8f9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/components/TxDialog/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -249,10 +249,6 @@ async function sendTx() {
// show submitting view
hash.value = toHex(response.hash);
console.log("tx hex here: ", hash.value)
console.log("endpoint: ", props.endpoint)
console.log("chain id: ", chainId.value)
showResult(hash.value);
emit('submited', {
Expand Down

0 comments on commit c58a8f9

Please sign in to comment.