clear up debug logs

This commit is contained in:
Mamadou Babaei
2025-02-14 12:03:14 +01:00
parent a828e5249d
commit ffb8b194be
@@ -2219,12 +2219,10 @@ bool FSGXRTracker::FImpl::GetControllerTransform(
}
const FName DeviceTypeName{MotionController->GetMotionControllerDeviceTypeName()};
SGLOG("SGVIVEDEBUG", DeviceTypeName, TargetPositionalTrackingProviderName);
if (DeviceTypeName != TargetPositionalTrackingProviderName)
{
continue;
}
SGLOG("SGVIVEDEBUG", DeviceTypeName, TargetPositionalTrackingProviderName, "Matched");
FRotator Orientation;
FVector Position;