Skip to content

Commit

Permalink
fix(bridge): remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
shadab-taiko authored Dec 9, 2022
1 parent 5efb0d4 commit 184c88d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/bridge-ui/src/components/Navbar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
export let transactioner: Transactioner;
let transactions: BridgeTransaction[];
console.log(transactions);
$: getTransactions($signer, $fromChain);
async function getTransactions(signer: Signer, chain: Chain) {
Expand All @@ -23,7 +22,6 @@
await signer.getAddress(),
chain.id
);
console.log(transactions);
}
</script>

Expand Down

0 comments on commit 184c88d

Please sign in to comment.