remove debugging printf.

This commit is contained in:
christos 2013-04-03 01:00:03 +00:00
parent 08c89a8c21
commit 738a635d29
1 changed files with 0 additions and 1 deletions

View File

@ -1161,7 +1161,6 @@ roff_evalcond(const char *v, int *pos)
out:
if (not)
lh = !lh;
fprintf(stderr, "res=[%d]\n", lh);
return lh ? ROFFRULE_ALLOW : ROFFRULE_DENY;
}