aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-07-06 17:14:08 +0200
committerThomas White <taw@bitwiz.org.uk>2014-07-06 17:14:08 +0200
commit3152dcee896222539f2cc3373b7e199c9076b2fa (patch)
treebe56656ca35606b4e0b1b369c632db40476fe6a9
parentbbf07a4b8b44f50e4d8d6bdc44c0411251782b9d (diff)
Remove more debugging
-rw-r--r--src/wrap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wrap.c b/src/wrap.c
index f56b29b..e684989 100644
--- a/src/wrap.c
+++ b/src/wrap.c
@@ -883,7 +883,6 @@ int wrap_contents(struct frame *fr)
}
/* If the last paragraph ended with an EOP, add an extra line */
- printf("Done. eop=%i\n", eop);
if ( eop || (fr->n_lines == 0) ) {
struct wrap_line *l;