summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2016-03-21 14:40:00 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2016-03-21 14:43:46 +0000
commit3c8e522c255f647cf4421fe97ed4a9c67ce4418f (patch)
treee86a015ae7c633f36eafe7b3bc01bcc2f2def52a /windows
parent57c9034f31fcfa80b44de72682f7e4a7b0724a62 (diff)
downloadnetsurf-3c8e522c255f647cf4421fe97ed4a9c67ce4418f.tar.gz
netsurf-3c8e522c255f647cf4421fe97ed4a9c67ce4418f.tar.bz2
Remove printf logging.
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))