Skip to content

Commit

Permalink
🔥 Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
0xlny committed Oct 14, 2024
1 parent 3a13c84 commit a4489c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/layout/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ const Layout = ({ children }: LayoutProps) => {

// Once user is connected, fetch is balance
useEffect(() => {
console.log("get token balance", init, pools.length, tokens.length, isConnected, !!walletProvider);
// Fetch balance when user connect
if (!init && tokens.length > 0 && isConnected && walletProvider) {
getTokenBalanceForAll(tokens, walletProvider);
Expand Down

0 comments on commit a4489c8

Please sign in to comment.