summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-06-04 12:01:45 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-06-04 12:01:45 +0100
commita86dd681657ee4d5bd108baaf6825abb47957559 (patch)
treeb20cacb09a84b47d7feab0cfd4535a37148d8984
parentd9a66a7ce86e3798b7e1f8fe112c4a0f5a0f1acb (diff)
downloadnetsurf-a86dd681657ee4d5bd108baaf6825abb47957559.tar.gz
netsurf-a86dd681657ee4d5bd108baaf6825abb47957559.tar.bz2
Lose excess logging.
-rw-r--r--desktop/global_history.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop/global_history.c b/desktop/global_history.c
index 2e4a9b5ac..f479e754a 100644
--- a/desktop/global_history.c
+++ b/desktop/global_history.c
@@ -594,8 +594,6 @@ nserror global_history_init(struct core_window_callback_table *cw_t,
return err;
}
- LOG(("Building global history treeview"));
-
/* Add the history to the treeview */
err = global_history_init_entries();
if (err != NSERROR_OK) {