sensors: Remove debug printf

Remove prints when activity triggers.

BUG=b:72533440
BRANCH=eve
TEST=compile

Change-Id: I047e14990ef734c35161293b9c5fbbece0ddab0c
Signed-off-by: Gwendal Grignou <gwendal@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/890632
Reviewed-by: Duncan Laurie <dlaurie@google.com>
This commit is contained in:
Gwendal Grignou
2018-01-29 09:07:35 -08:00
committed by chrome-bot
parent a954cecd3e
commit 051aebf5e0

View File

@@ -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(