From 0a3519fdac24839fce986d1cd61908b30438f5fa Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 6 Feb 2016 12:40:44 +0000 Subject: Remove torrent of logging during browser window resize. --- content/content.c | 2 +- desktop/browser.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/content/content.c b/content/content.c index d5eff462e..be39b15a6 100644 --- a/content/content.c +++ b/content/content.c @@ -358,7 +358,7 @@ void content__reformat(struct content *c, bool background, assert(c->status == CONTENT_STATUS_READY || c->status == CONTENT_STATUS_DONE); assert(c->locked == false); - LOG("%p %s", c, nsurl_access(llcache_handle_get_url(c->llcache))); + c->available_width = width; if (c->handler->reformat != NULL) { diff --git a/desktop/browser.c b/desktop/browser.c index 80bf65a63..938ef51e5 100644 --- a/desktop/browser.c +++ b/desktop/browser.c @@ -2525,7 +2525,6 @@ nserror browser_window_schedule_reformat(struct browser_window *bw) /* The ugly cast here is so the reformat function can be * passed a gui window pointer in its API rather than void* */ - LOG("Scheduleing %p(%p)", guit->window->reformat, bw->window); guit->browser->schedule(0, (void(*)(void*))guit->window->reformat, bw->window); return NSERROR_OK; } -- cgit v1.2.3