Remove debugging output.

This commit is contained in:
Chris Pressey 2014-08-17 16:48:00 +01:00
parent 42cf57ea1b
commit dd5b1fa3bf
2 changed files with 2 additions and 2 deletions

View file

@ -135,7 +135,6 @@ const struct term *tamsin_unquote(const struct term *q,
break;
}
}
if (good) fprintf(stderr, "l mqtches\n");
}
if (good) {
for (i = 1; i <= r->size; i++) {
@ -144,7 +143,6 @@ const struct term *tamsin_unquote(const struct term *q,
break;
}
}
if (good) fprintf(stderr, "r mqtches\n");
}
if (good) {
ok = 1;

View file

@ -73,7 +73,9 @@ int main(int argc, char **argv) {
prod_main_main();
#ifdef HITS_AND_MISSES
fprintf(stderr, "hits: %d, misses: %d\n", hits, misses);
#endif
if (ok) {
term_fput(result, stdout);