From: Guus Sliepen Date: Thu, 2 Jun 2011 19:29:11 +0000 (+0200) Subject: Remove debugging message that was accidentily left in. X-Git-Tag: release-1.1pre1~18 X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=2f42896789a1798e71374fa2ddf555fe2fa46c44 Remove debugging message that was accidentily left in. --- diff --git a/src/top.c b/src/top.c index dc1fecf3..373b180f 100644 --- a/src/top.c +++ b/src/top.c @@ -108,7 +108,6 @@ static void update(int fd) { } else { found = xmalloc_and_zero(sizeof *found); found->name = xstrdup(name); - fprintf(stderr, "Inserting %s before %s\n", found->name, node->name); list_insert_before(&node_list, i, found); changed = true; break;