From 0c0ce8def2b731a3ef48f85ca804b9a92eaa9ec9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Tue, 31 Oct 2017 16:54:51 +0100 Subject: [PATCH] No need for those comments anymore. --- src/node.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/node.cpp b/src/node.cpp index 7d7e9a7..7ae15e6 100644 --- a/src/node.cpp +++ b/src/node.cpp @@ -65,8 +65,6 @@ int NeoComm_connect(const char *address, const unsigned short port) { return 1; } -// NOTICE: When the new OpenDHT release comes out this code should work. -// Meanwhile just keep it commented out. int NeoComm_import_nodes(const char *node_file) { if(not node.isRunning()) {