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):
22
22
return self .__str__ ()
23
23
24
24
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
-
30
25
if (
31
26
self .network == "finney"
32
27
or self .chain_endpoint == settings .FINNEY_ENTRYPOINT
@@ -38,11 +33,6 @@ def _check_and_log_network_settings(self):
38
33
"We strongly encourage running a local subtensor node whenever possible. "
39
34
"This increases decentralization and resilience of the network."
40
35
)
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
- )
46
36
47
37
@staticmethod # TODO can this be a class method?
48
38
def config () -> "Config" :
You can’t perform that action at this time.
0 commit comments