input: accidentally merged a loud log line

pull/9313/head
Mitchell Hashimoto 2025-10-22 15:36:18 -07:00
parent c133fac7e7
commit bdbda2fd83
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ pub fn encode(
event: key.KeyEvent,
opts: Options,
) std.Io.Writer.Error!void {
std.log.warn("KEYENCODER event={} opts={}", .{ event, opts });
//std.log.warn("KEYENCODER event={} opts={}", .{ event, opts });
return if (opts.kitty_flags.int() != 0) try kitty(
writer,
event,