From c180f7d30e698b99b24cdaa4e9f03925e8a41985 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 29 Apr 2022 08:11:00 -0700 Subject: [PATCH] unused comment --- src/Window.zig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Window.zig b/src/Window.zig index 2081e42b9..b98c6875f 100644 --- a/src/Window.zig +++ b/src/Window.zig @@ -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.