summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2011-01-07 13:14:06 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2011-01-07 13:14:06 +0000
commit234301ad236bea4b2afd2c1499f6d48f3939b2d2 (patch)
treeec1e49a40bd2ee6e48bf2e8ea8ac1d642564b94b /render
parentd00c5b0cd5a0f44a0107faf1190e1923487ba736 (diff)
downloadnetsurf-234301ad236bea4b2afd2c1499f6d48f3939b2d2.tar.gz
netsurf-234301ad236bea4b2afd2c1499f6d48f3939b2d2.tar.bz2
Fix silliness
svn path=/trunk/netsurf/; revision=11243
Diffstat (limited to 'render')
-rw-r--r--render/favicon.c4
1 files changed, 1 insertions, 3 deletions
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);