Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
baktun14 committed May 23, 2024
1 parent 4bac548 commit 6d5f5b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deploy-web/src/context/WalletProvider/WalletProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@ const TransactionSnackbarContent = ({ snackMessage, transactionHash }) => {
const selectedNetwork = useSelectedNetwork();
const txUrl = transactionHash && `${STATS_APP_URL}/transactions/${transactionHash}?network=${selectedNetwork.id}`;

console.log(txUrl);
return (
<>
{snackMessage}
Expand Down

0 comments on commit 6d5f5b4

Please sign in to comment.