summaryrefslogtreecommitdiff
path: root/common/motion_sense.c
diff options
context:
space:
mode:
authorGwendal Grignou <gwendal@chromium.org>2018-01-29 09:07:35 -0800
committerchrome-bot <chrome-bot@chromium.org>2018-01-29 16:38:26 -0800
commit051aebf5e0ce0246dee3fa6648215ffaa57f9dad (patch)
tree0c5178c6e381d666849d72b5b0cde0cf22c2fd60 /common/motion_sense.c
parenta954cecd3e00b0c982c6ff7149da9a80625b8f52 (diff)
downloadchrome-ec-051aebf5e0ce0246dee3fa6648215ffaa57f9dad.tar.gz
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>
Diffstat (limited to 'common/motion_sense.c')
-rw-r--r--common/motion_sense.c2
1 files changed, 0 insertions, 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(