From 07bdb324c14884fecbdc707934f3fa899cc0e8f3 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 18 Mar 2013 14:57:29 +0000 Subject: Remove extra logging. --- render/html_css.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'render/html_css.c') diff --git a/render/html_css.c b/render/html_css.c index 6242f9da7..7c0962070 100644 --- a/render/html_css.c +++ b/render/html_css.c @@ -306,8 +306,6 @@ static void html_css_process_modified_styles(void *pw) for (i = 0, s = c->stylesheets; i != c->stylesheet_count; i++, s++) { if (c->stylesheets[i].modified) { - LOG(("Processing modified inline stylesheet for %p", - c->stylesheets[i].node)); all_done &= html_css_process_modified_style(c, s); } } @@ -329,7 +327,6 @@ bool html_css_update_style(html_content *c, dom_node *style) break; } if (i == c->stylesheet_count) { - LOG(("Creating inline stylesheet for %p", style)); s = html_create_style_element(c, style); } if (s == NULL) { -- cgit v1.2.3