summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
authorSteve Fryatt <stevef@netsurf-browser.org>2013-12-30 17:04:54 +0000
committerSteve Fryatt <stevef@netsurf-browser.org>2013-12-30 17:04:54 +0000
commit20b3d960e585a3b13a40bc2eddd40d526597eeac (patch)
treee546fb6651a97615bc193ce4e7c1b44102557ab5 /riscos
parent5c25b2e47d78da935dbf8b957dc709f3e371cbf4 (diff)
downloadnetsurf-20b3d960e585a3b13a40bc2eddd40d526597eeac.tar.gz
netsurf-20b3d960e585a3b13a40bc2eddd40d526597eeac.tar.bz2
Remove excessive logging from hotlist code.
Diffstat (limited to 'riscos')
-rw-r--r--riscos/hotlist.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/riscos/hotlist.c b/riscos/hotlist.c
index 714744043..9fcd81e08 100644
--- a/riscos/hotlist.c
+++ b/riscos/hotlist.c
@@ -498,8 +498,6 @@ void ro_gui_hotlist_add_page(nsurl *url)
ro_gui_hotlist_add_cleanup();
- LOG(("Sending Hotlist AddURL to potential hotlist clients."));
-
data = urldb_get_url_data(url);
if (data == NULL)
return;
@@ -542,8 +540,6 @@ void ro_gui_hotlist_add_page(nsurl *url)
static void ro_gui_hotlist_addurl_bounce(wimp_message *message)
{
- LOG(("Hotlist AddURL Bounced"));
-
if (hotlist_url != NULL) {
nsurl *nsurl;
@@ -572,8 +568,6 @@ static void ro_gui_hotlist_addurl_bounce(wimp_message *message)
static void ro_gui_hotlist_scheduled_callback(void *p)
{
- LOG(("Hotlist AddURL was claimed by something."));
-
ro_gui_hotlist_add_cleanup();
}
@@ -584,8 +578,6 @@ static void ro_gui_hotlist_scheduled_callback(void *p)
void ro_gui_hotlist_add_cleanup(void)
{
- LOG(("Clean up RMA"));
-
if (hotlist_url != NULL) {
osmodule_free(hotlist_url);
hotlist_url = NULL;