Skip to content

Commit

Permalink
remove debugger statement
Browse files Browse the repository at this point in the history
  • Loading branch information
kev1n-peters committed Jun 27, 2024
1 parent 3cbf1d1 commit f3d7ae2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wormhole-connect/src/hooks/useGetTokenBalances.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ const useGetTokenBalances = (
return;
}

debugger;
const result = await platform
.utils()
.getBalances(
Expand Down

0 comments on commit f3d7ae2

Please sign in to comment.