From 234301ad236bea4b2afd2c1499f6d48f3939b2d2 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 7 Jan 2011 13:14:06 +0000 Subject: Fix silliness svn path=/trunk/netsurf/; revision=11243 --- render/favicon.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'render/favicon.c') diff --git a/render/favicon.c b/render/favicon.c index 842924ae5..396373b2d 100644 --- a/render/favicon.c +++ b/render/favicon.c @@ -10,7 +10,7 @@ * * NetSurf is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License @@ -167,8 +167,6 @@ bool favicon_get_icon(struct content *c, xmlNode *html) if (url == NULL) return false; - LOG(("WOOP WOOP, SUMMON DA POLICE. FAVICON URL IS %s", url)); - error = hlcache_handle_retrieve(url, LLCACHE_RETRIEVE_NO_ERROR_PAGES, content__get_url(c), NULL, favicon_callback, c, NULL, permitted_types, &c->data.html.favicon); -- cgit v1.2.3