aboutsummaryrefslogtreecommitdiff
path: root/src/term.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/term.c')
-rw-r--r--src/term.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/term.c b/src/term.c
index 0982f5c..a2f361b 100644
--- a/src/term.c
+++ b/src/term.c
@@ -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);