summaryrefslogtreecommitdiff
path: root/framebuffer
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2015-03-28 12:27:45 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2015-03-28 12:27:45 +0000
commit733400ed38bac9b4153ab125bc585f34c3f268b4 (patch)
treeefdcd0da66b27a203d810d5fd843fe57f2c4d327 /framebuffer
parentc9e8bd24c893ea0cfb85ab3d33379fb5341ecf92 (diff)
downloadnetsurf-733400ed38bac9b4153ab125bc585f34c3f268b4.tar.gz
netsurf-733400ed38bac9b4153ab125bc585f34c3f268b4.tar.bz2
Reduce log spam from animations.
Diffstat (limited to 'framebuffer')
-rw-r--r--framebuffer/bitmap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/framebuffer/bitmap.c b/framebuffer/bitmap.c
index 2ef0c4ca8..fb45d6e95 100644
--- a/framebuffer/bitmap.c
+++ b/framebuffer/bitmap.c
@@ -157,8 +157,6 @@ void bitmap_set_opaque(void *bitmap, bool opaque)
assert(bm != NULL);
- LOG(("setting bitmap %p to %s", bm, opaque?"opaque":"transparent"));
-
if (opaque) {
nsfb_set_geometry(bm, 0, 0, NSFB_FMT_XBGR8888);
} else {