Disable mouse scroll logging since it floods logs when trackpad scrolling

This commit is contained in:
Qwerasd
2024-07-08 22:16:13 -04:00
parent a9aef11b4b
commit 94f50be0fe

View File

@ -1753,7 +1753,7 @@ pub fn scrollCallback(
}; };
}; };
log.info("scroll: delta_y={} delta_x={}", .{ y.delta, x.delta }); // log.info("scroll: delta_y={} delta_x={}", .{ y.delta, x.delta });
{ {
self.renderer_state.mutex.lock(); self.renderer_state.mutex.lock();