disable log

This commit is contained in:
mischa 2024-10-19 17:06:43 +02:00
parent 913ca4cff2
commit 8d26aa89ae

View File

@ -524,7 +524,7 @@ void UpdateServerBaseline(double localTime)
// send a reliable baseline every 1 Hz
if (localTime >= lastBaselineTime + baselineInterval)
{
Debug.Log($"UpdateServerBaseline for {name}");
// Debug.Log($"UpdateServerBaseline for {name}");
// perf: get position/rotation directly. TransformSnapshot is too expensive.
// TransformSnapshot snapshot = ConstructSnapshot();