Skip to content

Commit 89c43d9

Browse files
committed
log removal
1 parent ab95598 commit 89c43d9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/features/feeds/components/FeedList.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,6 @@ export const FeedList = ({
513513
const { mainnet, testnet } = availableNetworkTypes
514514

515515
if (selectedNetworkType === "mainnet" && !mainnet && testnet) {
516-
console.log("Auto-switching from mainnet to testnet (mainnet not available)")
517516
setSelectedNetworkType("testnet")
518517

519518
// Update URL parameters to reflect the auto-switch
@@ -528,7 +527,6 @@ export const FeedList = ({
528527
window.history.replaceState({ path: newUrl }, "", newUrl)
529528
}
530529
} else if (selectedNetworkType === "testnet" && !testnet && mainnet) {
531-
console.log("Auto-switching from testnet to mainnet (testnet not available)")
532530
setSelectedNetworkType("mainnet")
533531

534532
// Update URL parameters to reflect the auto-switch

0 commit comments

Comments
 (0)