summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
Diffstat (limited to 'amiga')
-rwxr-xr-xamiga/font.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/amiga/font.c b/amiga/font.c
index 8fc87d7f0..7af70561e 100755
--- a/amiga/font.c
+++ b/amiga/font.c
@@ -341,10 +341,6 @@ bool nsfont_split(const plot_font_style_t *fstyle,
if ((x < tx) && (*char_offset != 0)) {
/* Reached available width, and a space was found;
* split there. */
- LOG(("Split %u chars at %ipx: "
- "Split at char %i (%ipx) - %.*s",
- length, x, *char_offset, *actual_x,
- *char_offset, string));
free(utf16_str);
return true;
}