From dcdcbd6435b7a9b2060fce50aae4662b27dbad1e Mon Sep 17 00:00:00 2001 From: n07070 Date: Tue, 5 May 2020 14:55:42 +0200 Subject: [PATCH] Removed a line --- src/node.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/node.c b/src/node.c index 54813e1..cb72406 100644 --- a/src/node.c +++ b/src/node.c @@ -1588,7 +1588,6 @@ int bootstrap_node(int * sock_fd, char * root_peer_ip, uint16_t root_peer_port){ neighbour_list = tmp; - print_peers(neighbour_list); print_debug(">> Initializing data list...");