recomment line

This commit is contained in:
Mitchell Hashimoto
2023-09-29 20:01:26 -07:00
parent ecb1d19890
commit f9962a04ef

View File

@ -897,7 +897,7 @@ pub fn keyCallback(
self: *Surface,
event: input.KeyEvent,
) !bool {
log.debug("keyCallback event={}", .{event});
// log.debug("keyCallback event={}", .{event});
// Before encoding, we see if we have any keybindings for this
// key. Those always intercept before any encoding tasks.