mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-19 10:42:36 +03:00
Remove printf logging.
This commit is contained in:
parent
57c9034f31
commit
3c8e522c25
@ -214,7 +214,6 @@ static bool nsfont_split(const plot_font_style_t *style,
|
|||||||
actual_x);
|
actual_x);
|
||||||
c_off = *char_offset;
|
c_off = *char_offset;
|
||||||
if (*char_offset == length) {
|
if (*char_offset == length) {
|
||||||
printf("%s %d\n",string, (int)(*char_offset));
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
while ((string[*char_offset] != ' ') && (*char_offset > 0))
|
while ((string[*char_offset] != ' ') && (*char_offset > 0))
|
||||||
|
Loading…
Reference in New Issue
Block a user