Commit fd4fe41b authored by chinsenj's avatar chinsenj Committed by Commit Bot

cros: Remove log in wm gesture handler.

Remove LOG(ERROR) is ash/wm/gestures/wm_gesture_handler.cc

Change-Id: I53135342ea8e060c802a7ee34cf2af96bb436d82
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2442301Reviewed-by: default avatarXiaoqian Dai <xdai@chromium.org>
Commit-Queue: Jeremy Chinsen <chinsenj@chromium.org>
Cr-Commit-Position: refs/heads/master@{#812799}
parent b6efd1c4
......@@ -251,7 +251,6 @@ bool WmGestureHandler::ProcessScrollEvent(const ui::ScrollEvent& event) {
bool WmGestureHandler::ProcessEventImpl(int finger_count,
float delta_x,
float delta_y) {
LOG(ERROR) << "Scroll: " << delta_x;
if (!scroll_data_)
return false;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment