From 2f42896789a1798e71374fa2ddf555fe2fa46c44 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Thu, 2 Jun 2011 21:29:11 +0200 Subject: [PATCH] Remove debugging message that was accidentily left in. --- src/top.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.20.1