remove debugging printf.
This commit is contained in:
parent
08c89a8c21
commit
738a635d29
1
external/bsd/mdocml/dist/roff.c
vendored
1
external/bsd/mdocml/dist/roff.c
vendored
@ -1161,7 +1161,6 @@ roff_evalcond(const char *v, int *pos)
|
|||||||
out:
|
out:
|
||||||
if (not)
|
if (not)
|
||||||
lh = !lh;
|
lh = !lh;
|
||||||
fprintf(stderr, "res=[%d]\n", lh);
|
|
||||||
return lh ? ROFFRULE_ALLOW : ROFFRULE_DENY;
|
return lh ? ROFFRULE_ALLOW : ROFFRULE_DENY;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user