removed a debug log

This commit is contained in:
matlabbe
2017-09-11 14:03:57 -04:00
parent 1ae15911fc
commit 77bdff1e4b

View File

@@ -444,7 +444,6 @@ Transform RegistrationIcp::computeTransformationImpl(
double fromComplexity = util3d::computeNormalsComplexity(fromScan);
double toComplexity = util3d::computeNormalsComplexity(toScan);
UWARN("%d->%d %f %f", fromSignature.id(), toSignature.id(), fromComplexity, toComplexity);
float complexity = fromComplexity<toComplexity?fromComplexity:toComplexity;
info.icpStructuralComplexity = complexity;
if(complexity < _pointToPlaneMinComplexity)