aboutsummaryrefslogtreecommitdiff
path: root/src/poser_charlesrefine.c
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2018-04-25 23:40:13 -0400
committercnlohr <lohr85@gmail.com>2018-04-25 23:40:13 -0400
commit5d4f2e2d9eb0548d880b130cc15733662fc57158 (patch)
treeb3fc191ff4a0749a915c4134d3bb27049b2e176d /src/poser_charlesrefine.c
parent464b5b045ceb8dab976c0e4232f4112ad0db48bb (diff)
downloadlibsurvive-5d4f2e2d9eb0548d880b130cc15733662fc57158.tar.gz
libsurvive-5d4f2e2d9eb0548d880b130cc15733662fc57158.tar.bz2
remove printf, process multiple UDP packets per slice.
Diffstat (limited to 'src/poser_charlesrefine.c')
-rw-r--r--src/poser_charlesrefine.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/poser_charlesrefine.c b/src/poser_charlesrefine.c
index 5357600..b35a878 100644
--- a/src/poser_charlesrefine.c
+++ b/src/poser_charlesrefine.c
@@ -350,7 +350,6 @@ int PoserCharlesRefine(SurviveObject *so, PoserData *pd) {
// Stage 4: "Tug" on the rotation of the object, from all of the sensor's pov.
// If we were able to determine likliehood of a hit in the sweep instead of afterward
// we would actually be able to perform this on a per-hit basis.
- printf( ":::%d\n", validpoints );
if (validpoints > 1) {
LinmathQuat correction;
quatcopy(correction, LinmathQuat_Identity);