From fb8d5204e311c2d5462b80f2ad491327ae5402b8 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 18 Sep 2013 12:32:08 -0400 Subject: Remove code to automatically join Earth -- network joins will now be user-initiated and manual. --- node/NodeConfig.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'node/NodeConfig.cpp') diff --git a/node/NodeConfig.cpp b/node/NodeConfig.cpp index bc1be763..885e9177 100644 --- a/node/NodeConfig.cpp +++ b/node/NodeConfig.cpp @@ -86,13 +86,6 @@ NodeConfig::NodeConfig(const RuntimeEnvironment *renv,const char *authToken,unsi } } - // TODO: - // This might go away eventually. This causes the LAN called Earth to be - // automatically joined if there are no other networks. This is for backward - // compatibility with the expectations of previous alpha users. - if (nwids.empty()) - nwids.insert(0x6c92786fee000001ULL); - for(std::set::iterator nwid(nwids.begin());nwid!=nwids.end();++nwid) { try { SharedPtr nw(Network::newInstance(_r,*nwid)); -- cgit v1.2.3