From 397cc2e1baeac8f0c0eb94ed665c537099fed283 Mon Sep 17 00:00:00 2001 From: Nick Van Doorn Date: Wed, 24 Oct 2018 22:48:01 -0700 Subject: Remove log in polling routine --- motionMonitor/motionMonitor.c | 1 - 1 file changed, 1 deletion(-) diff --git a/motionMonitor/motionMonitor.c b/motionMonitor/motionMonitor.c index 89786f8..4ac6045 100644 --- a/motionMonitor/motionMonitor.c +++ b/motionMonitor/motionMonitor.c @@ -70,7 +70,6 @@ le_result_t brnkl_motion_getCurrentAcceleration(double* xAcc, *zAcc *= scaling; done: - LE_INFO("Showing accel X: %f Y: %f Z: %f ", *xAcc, *yAcc, *zAcc); return r; } -- cgit v1.2.3