mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 15:29:45 +03:00
Lose noisy logging
svn path=/trunk/netsurf/; revision=2928
This commit is contained in:
parent
c356081c88
commit
f99998362d
@ -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));
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user