From 861137d3b22a9fb372b76ba25cde9ada0cd122b6 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 4 Jun 2011 21:33:33 +0000 Subject: Disable extra logging. Here treeview init is down to ~5 seconds from ~20. Still more room for improvement, as adding nodes appears to recalculate the widths of all the parent nodes even though (the text and icon of) those haven't changed. svn path=/trunk/netsurf/; revision=12463 --- desktop/tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop') diff --git a/desktop/tree.c b/desktop/tree.c index 695899fa4..ee911ea67 100644 --- a/desktop/tree.c +++ b/desktop/tree.c @@ -42,7 +42,7 @@ #include "utils/utils.h" #include "utils/url.h" -#define TREE_NOISY_DEBUG 1 +#undef TREE_NOISY_DEBUG #define MAXIMUM_URL_LENGTH 1024 -- cgit v1.2.3