From 135904406d50bc2199698c3177307e470151e7f9 Mon Sep 17 00:00:00 2001 From: Justin Berger Date: Fri, 20 Apr 2018 23:06:50 -0600 Subject: Cleaned up debug code --- src/survive_vive.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/survive_vive.c') diff --git a/src/survive_vive.c b/src/survive_vive.c index 88bc065..d9cbc3e 100755 --- a/src/survive_vive.c +++ b/src/survive_vive.c @@ -961,8 +961,6 @@ void calibrate_acc(SurviveObject* so, FLT* agm) { agm[1] *= so->acc_scale[1]; agm[2] *= so->acc_scale[2]; } - - fprintf(stderr, "%f\t%f\t%f\n", agm[0], agm[1], agm[2]); } void calibrate_gyro(SurviveObject* so, FLT* agm) { -- cgit v1.2.3