diff options
Diffstat (limited to 'src/term.c')
-rw-r--r-- | src/term.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -143,10 +143,8 @@ void term_rehash_parents(struct term *term) parents = new; } - fprintf(stderr, "NEW\n"); struct parent_list *iterator = parents; while (iterator && iterator->term) { - fprintf(stderr, "rehashing parent\n"); struct term *parent = iterator->term; hash_t previous = parent->hash; struct term *new = term_rehash(parent); |