mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-12-29 01:24:41 +00:00
input: accidentally merged a loud log line
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user