mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-09 17:11:42 +00:00
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:
committed by
chrome-bot
parent
a954cecd3e
commit
051aebf5e0
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user