RISC OS: Drop extended scroll request logging.

This commit is contained in:
Michael Drake 2020-05-24 13:16:24 +01:00
parent 5af4e79197
commit cb44b56378
1 changed files with 0 additions and 2 deletions

View File

@ -1149,8 +1149,6 @@ ro_gui_window_scroll_action(struct gui_window *g,
break;
default:
step_y = -(32 * (scroll_y / 4));
NSLOG(netsurf, INFO, "Extended scroll request with N=%i",
(int) scroll_y);
break;
}