aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/frame.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c
index c7c1b2f..d4a5637 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -970,7 +970,6 @@ size_t pos_trail_to_offset(Paragraph *para, size_t offs, int trail)
}
if ( para->n_runs == 0 ) {
- fprintf(stderr, _("pos_trail_to_offset: No runs\n"));
return 0;
}