Remove debugging message that was accidentily left in.

This commit is contained in:
Guus Sliepen 2011-06-02 21:29:11 +02:00
parent c6b0e102ad
commit 2f42896789

View file

@ -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;