Lose excess logging.

This commit is contained in:
Michael Drake 2013-06-04 12:01:45 +01:00
parent d9a66a7ce8
commit a86dd68165
1 changed files with 0 additions and 2 deletions

View File

@ -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) {