summaryrefslogtreecommitdiff
path: root/amiga/font.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-06-01 08:45:29 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-06-01 08:45:29 +0100
commita98b946ca2e6982be3c12eeffdfbc0656a71e5cb (patch)
treecc511c1fb8d35991e8bbc9d736430f4235e08cef /amiga/font.c
parent3457d3adc7b94bb9e8715a35a0e5a8377db88856 (diff)
downloadnetsurf-a98b946ca2e6982be3c12eeffdfbc0656a71e5cb.tar.gz
netsurf-a98b946ca2e6982be3c12eeffdfbc0656a71e5cb.tar.bz2
Confidently remove the debug
Diffstat (limited to 'amiga/font.c')
-rwxr-xr-xamiga/font.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/amiga/font.c b/amiga/font.c
index 8fc87d7f0..7af70561e 100755
--- a/amiga/font.c
+++ b/amiga/font.c
@@ -341,10 +341,6 @@ bool nsfont_split(const plot_font_style_t *fstyle,
if ((x < tx) && (*char_offset != 0)) {
/* Reached available width, and a space was found;
* split there. */
- LOG(("Split %u chars at %ipx: "
- "Split at char %i (%ipx) - %.*s",
- length, x, *char_offset, *actual_x,
- *char_offset, string));
free(utf16_str);
return true;
}