summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) {