Lose noisy logging

svn path=/trunk/netsurf/; revision=2928
This commit is contained in:
John Mark Bell 2006-09-07 20:39:37 +00:00
parent c356081c88
commit f99998362d
1 changed files with 0 additions and 1 deletions

View File

@ -1990,7 +1990,6 @@ void ro_gui_window_mouse_at(struct gui_window *g, wimp_pointer *pointer)
browser_window_mouse_track(g->bw,
ro_gui_mouse_drag_state(pointer->buttons),
pos.x, pos.y);
LOG(("(%i, %i) -> (%i, %i)", pointer->pos.x, pointer->pos.y, pos.x, pos.y));
}