Skip to content

Commit 2a2a07b

Browse files
committed
fix: fix test
1 parent 273fc65 commit 2a2a07b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

app/components/Views/Wallet/index.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -327,10 +327,6 @@ const Wallet = ({
327327
});
328328
}, [navigate, providerConfig.chainId, trackEvent]);
329329

330-
console.log(
331-
'networkConfigurations ....',
332-
JSON.stringify(networkConfigurations),
333-
);
334330
const isNetworkDuplicated = Object.values(networkConfigurations).some(
335331
(networkConfiguration) =>
336332
isObject(networkConfiguration) &&
@@ -355,8 +351,6 @@ const Wallet = ({
355351
]);
356352

357353
const checkMultiRpcModal = useCallback(() => {
358-
console.log('isNetworkDuplicated =======>', isNetworkDuplicated);
359-
console.log('isNetworkDuplicated =======>', showMultiRpcModal);
360354
if (showMultiRpcModal && isNetworkDuplicated) {
361355
navigation.navigate(Routes.MODAL.ROOT_MODAL_FLOW, {
362356
screen: Routes.MODAL.MULTI_RPC_MIGRATION_MODAL,

0 commit comments

Comments
 (0)