refactor: disable spammy input mode messages
This commit is contained in:
parent
151caf8dea
commit
eb94bf5258
1 changed files with 2 additions and 2 deletions
|
@ -745,7 +745,7 @@ const cmds = struct {
|
|||
self.logger.print("unknown mode {s}", .{mode});
|
||||
break :ret @import("mode/input/flow.zig").create(self.a) catch |e| return tp.exit_error(e);
|
||||
};
|
||||
self.logger.print("input mode: {s}", .{(self.input_mode orelse return).description});
|
||||
// self.logger.print("input mode: {s}", .{(self.input_mode orelse return).description});
|
||||
}
|
||||
|
||||
pub fn enter_mode_default(self: *Self, _: Ctx) tp.result {
|
||||
|
@ -768,7 +768,7 @@ const cmds = struct {
|
|||
self.logger.print("unknown mode {s}", .{mode});
|
||||
return;
|
||||
};
|
||||
self.logger.print("input mode: {s}", .{(self.input_mode orelse return).description});
|
||||
// self.logger.print("input mode: {s}", .{(self.input_mode orelse return).description});
|
||||
}
|
||||
|
||||
pub fn exit_overlay_mode(self: *Self, _: Ctx) tp.result {
|
||||
|
|
Loading…
Add table
Reference in a new issue