Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/9af420b7afb8f54ae64c0ba3f10427f8c6a5b0ce
...commit
http://git.netsurf-browser.org/netsurf.git/commit/9af420b7afb8f54ae64c0ba3f10427f8c6a5b0ce
...tree
http://git.netsurf-browser.org/netsurf.git/tree/9af420b7afb8f54ae64c0ba3f10427f8c6a5b0ce
The branch, master has been updated
via 9af420b7afb8f54ae64c0ba3f10427f8c6a5b0ce (commit)
from 2557335f1b78f6a97c995ba7d3c528591023a602 (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=9af420b7afb8f54ae64c0ba3f10427f8c6a5b0ce
commit 9af420b7afb8f54ae64c0ba3f10427f8c6a5b0ce
Author: Chris Young <[email protected]>
Commit: Chris Young <[email protected]>
Remove excess logging
diff --git a/frontends/amiga/font_diskfont.c b/frontends/amiga/font_diskfont.c
index 6588292..2da3f00 100644
--- a/frontends/amiga/font_diskfont.c
+++ b/frontends/amiga/font_diskfont.c
@@ -55,7 +55,6 @@ static struct TextFont *ami_font_bm_open(struct RastPort *rp,
const plot_font_st
(fstyle->size == prev_fstyle->size) &&
(fstyle->flags == prev_fstyle->flags) &&
(fstyle->weight == prev_fstyle->weight)) {
- NSLOG(netsurf, INFO, "(using current font)");
return prev_font;
}
-----------------------------------------------------------------------
Summary of changes:
frontends/amiga/font_diskfont.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/frontends/amiga/font_diskfont.c b/frontends/amiga/font_diskfont.c
index 6588292..2da3f00 100644
--- a/frontends/amiga/font_diskfont.c
+++ b/frontends/amiga/font_diskfont.c
@@ -55,7 +55,6 @@ static struct TextFont *ami_font_bm_open(struct RastPort *rp,
const plot_font_st
(fstyle->size == prev_fstyle->size) &&
(fstyle->flags == prev_fstyle->flags) &&
(fstyle->weight == prev_fstyle->weight)) {
- NSLOG(netsurf, INFO, "(using current font)");
return prev_font;
}
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org