Skip to content

Commit

Permalink
remove unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
m-aboelenein committed Aug 23, 2024
1 parent 72d14dd commit 57115cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion example/src/components/GetRunesBalance/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export const GetRunesBalance = () => {
(async () => {
try {
const response = await Wallet.request('runes_getBalance', null);
console.log('🚀 ~ response:', response);
if (response.status === 'success') {
setBalances(response.result.balances);
} else {
Expand Down

0 comments on commit 57115cb

Please sign in to comment.