st/oxr: Remove outdated comment

This commit is contained in:
Rylie Pavlik 2024-05-03 14:22:46 -05:00
parent b517be3bd0
commit 4913e91c01

View file

@ -86,7 +86,6 @@ oxr_xdev_get_hand_tracking_at(struct oxr_logger *log,
XrTime at_time,
struct xrt_hand_joint_set *out_value)
{
//! @todo Moses doesn't know what he's doing here!
//! Convert at_time to monotonic and give to device.
uint64_t at_timestamp_ns = time_state_ts_to_monotonic_ns(inst->timekeeping, at_time);