Remove debugging message that was accidentily left in.
This commit is contained in:
parent
c6b0e102ad
commit
2f42896789
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue