summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
Diffstat (limited to 'windows')
-rw-r--r--windows/font.c1
1 files changed, 0 insertions, 1 deletions
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))