Remove debugging message that was accidentily left in.
authorGuus Sliepen <guus@tinc-vpn.org>
Thu, 2 Jun 2011 19:29:11 +0000 (21:29 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Thu, 2 Jun 2011 19:29:11 +0000 (21:29 +0200)
src/top.c

index dc1fecf..373b180 100644 (file)
--- 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;