ref: e05b7f12bd9a5f807c2b6143f2a71168291ab8df
parent: aa0f6957fb098fadcaccb470826d54bf679163d2
author: Ori Bernstein <ori@eigenstate.org>
date: Mon Jul 13 20:45:24 EDT 2015
Remove debug print.
--- a/parse/use.c
+++ b/parse/use.c
@@ -746,12 +746,7 @@
if (!t) {
t = old;
htput(tydedup, old, old);
- } else {
- if (strcmp(tystr(old), tystr(t)))
- printf("deduping %s -> %s\n", tystr(old), tystr(t));
}
- if (t != old && strcmp(tystr(old), tystr(t)))
- printf("should have deduped %s -> %s\n", tystr(old), tystr(t));
*typefixdest[i] = t;
}
}