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(