Remove printf logging.

This commit is contained in:
Michael Drake 2016-03-21 14:40:00 +00:00
parent 57c9034f31
commit 3c8e522c25

View File

@ -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))