mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
unused comment
This commit is contained in:
@ -381,6 +381,7 @@ fn ttyRead(t: *libuv.Tty, n: isize, buf: []const u8) void {
|
||||
const win = t.getData(Window).?;
|
||||
defer win.alloc.free(buf);
|
||||
|
||||
// log.info("DATA: {d}", .{n});
|
||||
// log.info("DATA: {any}", .{buf[0..@intCast(usize, n)]});
|
||||
|
||||
// First check for errors in the case n is less than 0.
|
||||
|
Reference in New Issue
Block a user