Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-torabiv committed Dec 5, 2024
1 parent adfb351 commit 574c9b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ if (!import.meta.env.VITE_PROJECT_ID) {
const projectID = import.meta.env.VITE_PROJECT_ID;

const isProduction = import.meta.env.VITE_IS_MAINNET === 'true';
console.log({ isProduction });

export const SUPPORTED_CHAINS: Chain[] = isProduction
? [arbitrum]
Expand Down

0 comments on commit 574c9b1

Please sign in to comment.