aboutsummaryrefslogtreecommitdiff
path: root/src/term.c
diff options
context:
space:
mode:
authorMarvin Borner2023-06-01 17:33:56 +0200
committerMarvin Borner2023-06-01 17:33:56 +0200
commitc062eaeea09592cbdf7e5d732e992d0cdd8eedc5 (patch)
tree23cdfd41e6a492338c9f902b3a2206a642746530 /src/term.c
parentccd4914d395b5a588868cffaad580c29167e6747 (diff)
More scheduling
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);