From 34d7edcdc61151cfc979120d67977ed45687c1dd Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 30 Aug 2014 15:40:00 +0100 Subject: Remove debug logging. --- amiga/font.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/amiga/font.c b/amiga/font.c index 7af70561e..de84a0420 100755 --- a/amiga/font.c +++ b/amiga/font.c @@ -356,11 +356,6 @@ bool nsfont_split(const plot_font_style_t *fstyle, *char_offset = length; *actual_x = tx; - - LOG(("Split %u chars at %ipx: " - "Split at char %i (%ipx) - %.*s", - length, x, *char_offset, *actual_x, - *char_offset, string)); return true; } -- cgit v1.2.3