From 3c8e522c255f647cf4421fe97ed4a9c67ce4418f Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 21 Mar 2016 14:40:00 +0000 Subject: Remove printf logging. --- windows/font.c | 1 - 1 file changed, 1 deletion(-) diff --git a/windows/font.c b/windows/font.c index bac68fbd4..5eecc7264 100644 --- a/windows/font.c +++ b/windows/font.c @@ -214,7 +214,6 @@ static bool nsfont_split(const plot_font_style_t *style, actual_x); c_off = *char_offset; if (*char_offset == length) { - printf("%s %d\n",string, (int)(*char_offset)); return true; } while ((string[*char_offset] != ' ') && (*char_offset > 0)) -- cgit v1.2.3