mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-17 01:06:08 +03:00
terminal: undo accidental debug logs
This commit is contained in:
@ -262,9 +262,9 @@ pub fn Stream(comptime Handler: type) type {
|
|||||||
for (actions) |action_opt| {
|
for (actions) |action_opt| {
|
||||||
const action = action_opt orelse continue;
|
const action = action_opt orelse continue;
|
||||||
|
|
||||||
if (action != .print) {
|
// if (action != .print) {
|
||||||
log.info("action: {}", .{action});
|
// log.info("action: {}", .{action});
|
||||||
}
|
// }
|
||||||
|
|
||||||
// If this handler handles everything manually then we do nothing
|
// If this handler handles everything manually then we do nothing
|
||||||
// if it can be processed.
|
// if it can be processed.
|
||||||
|
Reference in New Issue
Block a user