From a98b946ca2e6982be3c12eeffdfbc0656a71e5cb Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 1 Jun 2014 08:45:29 +0100 Subject: Confidently remove the debug --- amiga/font.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'amiga') 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; } -- cgit v1.2.3