Remove debugging output.
This commit is contained in:
parent
42cf57ea1b
commit
dd5b1fa3bf
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue