From 42640c64c93042e4a7c9fca6bc0003dff67020b0 Mon Sep 17 00:00:00 2001 From: mwturvey Date: Thu, 16 Feb 2017 16:09:25 -0700 Subject: Disable debug code --- tools/lighthousefind_tori/torus_localizer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/lighthousefind_tori/torus_localizer.c b/tools/lighthousefind_tori/torus_localizer.c index 4e773a3..23b8dd9 100644 --- a/tools/lighthousefind_tori/torus_localizer.c +++ b/tools/lighthousefind_tori/torus_localizer.c @@ -26,8 +26,8 @@ Matrix3x3 GetRotationMatrixForTorus(Point a, Point b) rotation_between_vecs_to_m3(&result, v1, v2); // Useful for debugging... - FLT v2b[3]; - rotate_vec(v2b, v1, result); + //FLT v2b[3]; + //rotate_vec(v2b, v1, result); return result; } -- cgit v1.2.3