aboutsummaryrefslogtreecommitdiff
path: root/src/survive_cal.c
diff options
context:
space:
mode:
authormwturvey <michael.w.turvey@intel.com>2017-03-16 10:52:13 -0700
committermwturvey <michael.w.turvey@intel.com>2017-03-16 10:52:13 -0700
commitccaa625c6161e14f5c2281cc43134d1928094620 (patch)
treec339acbb982d1f2d67977be98a4ae7cac85f8057 /src/survive_cal.c
parentd9c9ebe6de1e6f255d645dd6e641f2c288238bc2 (diff)
parent6daf2506fcfbfcd26d63a8bddba319d67ecc33e5 (diff)
downloadlibsurvive-ccaa625c6161e14f5c2281cc43134d1928094620.tar.gz
libsurvive-ccaa625c6161e14f5c2281cc43134d1928094620.tar.bz2
Merge branch 'master' into WinSupport2
# Conflicts: # src/survive_vive.c
Diffstat (limited to 'src/survive_cal.c')
-rwxr-xr-xsrc/survive_cal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/survive_cal.c b/src/survive_cal.c
index 0ea9337..985ab24 100755
--- a/src/survive_cal.c
+++ b/src/survive_cal.c
@@ -267,7 +267,7 @@ void survive_cal_angle( struct SurviveObject * so, int sensor_id, int acode, uin
}
if( sensors_visible < MIN_SENSORS_VISIBLE_PER_LH_FOR_CAL )
{
- printf( "Dev %d, LH %d not enough visible points found.\n", i, j );
+ //printf( "Dev %d, LH %d not enough visible points found.\n", i, j );
cd->found_common = 0;
return;
}