Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/34d7edcdc61151cfc9791...
...commit
http://git.netsurf-browser.org/netsurf.git/commit/34d7edcdc61151cfc979120...
...tree
http://git.netsurf-browser.org/netsurf.git/tree/34d7edcdc61151cfc979120d6...
The branch, master has been updated
via 34d7edcdc61151cfc979120d67977ed45687c1dd (commit)
from 5cd61f2ef4449b43ffd9348fa9c72cbbf0abb5a7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/netsurf.git/commit/?id=34d7edcdc61151cfc97...
commit 34d7edcdc61151cfc979120d67977ed45687c1dd
Author: Michael Drake <tlsa(a)netsurf-browser.org>
Commit: Michael Drake <tlsa(a)netsurf-browser.org>
Remove debug logging.
diff --git a/amiga/font.c b/amiga/font.c
index 7af7056..de84a04 100755
--- a/amiga/font.c
+++ b/amiga/font.c
@@ -356,11 +356,6 @@ bool nsfont_split(const plot_font_style_t *fstyle,
*char_offset = length;
*actual_x = tx;
-
- LOG(("Split %u chars at %ipx: "
- "Split at char %i (%ipx) - %.*s",
- length, x, *char_offset, *actual_x,
- *char_offset, string));
return true;
}
-----------------------------------------------------------------------
Summary of changes:
amiga/font.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/amiga/font.c b/amiga/font.c
index 7af7056..de84a04 100755
--- a/amiga/font.c
+++ b/amiga/font.c
@@ -356,11 +356,6 @@ bool nsfont_split(const plot_font_style_t *fstyle,
*char_offset = length;
*actual_x = tx;
-
- LOG(("Split %u chars at %ipx: "
- "Split at char %i (%ipx) - %.*s",
- length, x, *char_offset, *actual_x,
- *char_offset, string));
return true;
}
--
NetSurf Browser