No need for those comments anymore.

This commit is contained in:
Nicolás Ortega Froysa 2017-10-31 16:54:51 +01:00
parent 78a7daf984
commit 0c0ce8def2
No known key found for this signature in database
GPG Key ID: FEC70E3BAE2E69BF

View File

@ -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())
{