File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
packages/stores/src/chain Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -1563,10 +1563,6 @@ export class ChainStore<C extends ChainInfo = ChainInfo>
15631563 }
15641564
15651565 get modularChainInfos ( ) : ModularChainInfo [ ] {
1566- console . log (
1567- "ChainStore modularChainInfos getter:" ,
1568- this . _modularChainInfos
1569- ) ;
15701566 return this . _modularChainInfos ;
15711567 }
15721568
@@ -1750,11 +1746,6 @@ export class ChainStore<C extends ChainInfo = ChainInfo>
17501746
17511747 return new ModularChainInfoImpl ( modularChainInfo , this ) ;
17521748 } ) ;
1753-
1754- console . log (
1755- "setEmbeddedChainInfos 완료:" ,
1756- this . _modularChainInfoImpls . map ( ( impl ) => impl . embedded )
1757- ) ;
17581749 }
17591750
17601751 @action
@@ -1819,8 +1810,6 @@ export class ChainStore<C extends ChainInfo = ChainInfo>
18191810
18201811 return new ModularChainInfoImpl ( modularChainInfo , this ) ;
18211812 } ) ;
1822-
1823- console . log ( "setEmbeddedChainInfosV2 완료:" , this . _modularChainInfos ) ;
18241813 }
18251814
18261815 getCurrencyRegistrar (
You can’t perform that action at this time.
0 commit comments