From 051aebf5e0ce0246dee3fa6648215ffaa57f9dad Mon Sep 17 00:00:00 2001 From: Gwendal Grignou Date: Mon, 29 Jan 2018 09:07:35 -0800 Subject: [PATCH] sensors: Remove debug printf Remove prints when activity triggers. BUG=b:72533440 BRANCH=eve TEST=compile Change-Id: I047e14990ef734c35161293b9c5fbbece0ddab0c Signed-off-by: Gwendal Grignou Reviewed-on: https://chromium-review.googlesource.com/890632 Reviewed-by: Duncan Laurie --- common/motion_sense.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/motion_sense.c b/common/motion_sense.c index 51d1f4ec03..f4d5cd32af 100644 --- a/common/motion_sense.c +++ b/common/motion_sense.c @@ -800,7 +800,6 @@ static void check_and_queue_gestures(uint32_t *event) vector.sensor_num = MOTION_SENSE_ACTIVITY_SENSOR_ID; motion_sense_fifo_add_unit(&vector, NULL, 0); #endif - CPRINTS("double tap!"); /* Call board specific function to process tap */ sensor_board_proc_double_tap(); } @@ -818,7 +817,6 @@ static void check_and_queue_gestures(uint32_t *event) vector.sensor_num = MOTION_SENSE_ACTIVITY_SENSOR_ID; motion_sense_fifo_add_unit(&vector, NULL, 0); #endif - CPRINTS("significant motion"); /* Disable further detection */ activity_sensor = &motion_sensors[CONFIG_GESTURE_SIGMO]; activity_sensor->drv->manage_activity(