From a301f7da0626cec9ee27c5c6fb3afd2e6ce177c8 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 22 Mar 2024 19:57:24 -0700 Subject: [PATCH] terminal: undo accidental debug logs --- src/terminal/stream.zig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/terminal/stream.zig b/src/terminal/stream.zig index 286f8ad98..d32149cc1 100644 --- a/src/terminal/stream.zig +++ b/src/terminal/stream.zig @@ -262,9 +262,9 @@ pub fn Stream(comptime Handler: type) type { for (actions) |action_opt| { const action = action_opt orelse continue; - if (action != .print) { - log.info("action: {}", .{action}); - } + // if (action != .print) { + // log.info("action: {}", .{action}); + // } // If this handler handles everything manually then we do nothing // if it can be processed.