File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
app/components/Views/Wallet Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments