summaryrefslogtreecommitdiff
path: root/desktop/tree.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-06-03 20:10:19 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-06-03 20:10:19 +0100
commitaeb09c73299bae6dcbe607d115f078fe0a35905f (patch)
tree50a1621bbbc4a626c6ad2fadc786ec6bf6571692 /desktop/tree.c
parentc7b57ff681513dbceebd22ff13b207331c86c117 (diff)
downloadnetsurf-aeb09c73299bae6dcbe607d115f078fe0a35905f.tar.gz
netsurf-aeb09c73299bae6dcbe607d115f078fe0a35905f.tar.bz2
Remove logging.
Diffstat (limited to 'desktop/tree.c')
-rw-r--r--desktop/tree.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/desktop/tree.c b/desktop/tree.c
index 07a69f39e..92a25109c 100644
--- a/desktop/tree.c
+++ b/desktop/tree.c
@@ -244,8 +244,7 @@ static void treeview_test_redraw(struct tree *tree, int x, int y,
clip.y0 = clip_y;
clip.x1 = clip_x + clip_width;
clip.y1 = clip_y + clip_height;
-LOG(("x:%i, y:%i, clip x0:%i, clip y0:%i, clip x1:%i, clip y1:%i\n",
- x, y, clip.x0, clip.y0, clip.x1, clip.y1));
+
global_history_redraw(x, y, &clip, ctx);
}