unused comment

This commit is contained in:
Mitchell Hashimoto
2022-04-29 08:11:00 -07:00
parent 0c417027ef
commit c180f7d30e

View File

@ -381,6 +381,7 @@ fn ttyRead(t: *libuv.Tty, n: isize, buf: []const u8) void {
const win = t.getData(Window).?; const win = t.getData(Window).?;
defer win.alloc.free(buf); defer win.alloc.free(buf);
// log.info("DATA: {d}", .{n});
// log.info("DATA: {any}", .{buf[0..@intCast(usize, n)]}); // log.info("DATA: {any}", .{buf[0..@intCast(usize, n)]});
// First check for errors in the case n is less than 0. // First check for errors in the case n is less than 0.