summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
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);