Module Name:    src
Committed By:   christos
Date:           Wed Apr  3 01:00:03 UTC 2013

Modified Files:
        src/external/bsd/mdocml/dist: roff.c

Log Message:
remove debugging printf.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/external/bsd/mdocml/dist/roff.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/mdocml/dist/roff.c
diff -u src/external/bsd/mdocml/dist/roff.c:1.11 src/external/bsd/mdocml/dist/roff.c:1.12
--- src/external/bsd/mdocml/dist/roff.c:1.11	Tue Apr  2 20:58:48 2013
+++ src/external/bsd/mdocml/dist/roff.c	Tue Apr  2 21:00:03 2013
@@ -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;
 }
 

Reply via email to