devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ea417ef9de7087747e7d2e6ee18eb875984566a7
commit ea417ef9de7087747e7d2e6ee18eb875984566a7 Author: Chris Michael <[email protected]> Date: Wed Dec 10 10:43:28 2014 -0500 ecore-drm: Comment out debug line for unhandled touch_frame event Signed-off-by: Chris Michael <[email protected]> --- src/lib/ecore_drm/ecore_drm_evdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ecore_drm/ecore_drm_evdev.c b/src/lib/ecore_drm/ecore_drm_evdev.c index d73e05a..fbcb9de 100644 --- a/src/lib/ecore_drm/ecore_drm_evdev.c +++ b/src/lib/ecore_drm/ecore_drm_evdev.c @@ -680,7 +680,7 @@ _device_handle_touch_up(struct libinput_device *device, struct libinput_event_to static void _device_handle_touch_frame(struct libinput_device *device EINA_UNUSED, struct libinput_event_touch *event EINA_UNUSED) { - DBG("Unhandled Touch Frame Event"); + /* DBG("Unhandled Touch Frame Event"); */ } void --
