Skip to content

Commit b4bb025

Browse files
Merge branch 'staging' into tests/zyzniewski/e2e_templates_teardown
2 parents 0d999d2 + 3bbaa58 commit b4bb025

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

bittensor/core/types.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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":

0 commit comments

Comments
 (0)