mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
Disable mouse scroll logging since it floods logs when trackpad scrolling
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user