Skip to content

Commit d7f0318

Browse files
committed
chore: comment out debug logs
1 parent b64a5da commit d7f0318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/UnitySensorsROS/Runtime/Scripts/Publishers/RosMsgPublisher.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ private void InitializePublisherOffset()
5959

6060
_dt = normalizedOffset * _frequency_inv;
6161

62-
Debug.Log($"Publisher {GetType().Name} ID:{_publisher_id} initialized with offset {normalizedOffset:F3} ({_dt:F3}s)");
62+
// Debug.Log($"Publisher {GetType().Name} ID:{_publisher_id} initialized with offset {normalizedOffset:F3} ({_dt:F3}s)");
6363
}
6464

6565
protected virtual void Start()

0 commit comments

Comments
 (0)