File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,6 @@ def __repr__(self):
2222 return self .__str__ ()
2323
2424 def _check_and_log_network_settings (self ):
25- if self .network == settings .NETWORKS [3 ]: # local
26- logging .warning (
27- ":warning: Verify your local subtensor is running on port [blue]9944[/blue]."
28- )
29-
3025 if (
3126 self .network == "finney"
3227 or self .chain_endpoint == settings .FINNEY_ENTRYPOINT
@@ -38,11 +33,6 @@ def _check_and_log_network_settings(self):
3833 "We strongly encourage running a local subtensor node whenever possible. "
3934 "This increases decentralization and resilience of the network."
4035 )
41- # TODO: remove or apply this warning as updated default endpoint?
42- logging .debug (
43- "In a future release, local subtensor will become the default endpoint. "
44- "To get ahead of this change, please run a local subtensor node and point to it."
45- )
4636
4737 @staticmethod # TODO can this be a class method?
4838 def config () -> "Config" :
You can’t perform that action at this time.
0 commit comments