refactor: remove some debug log spam
This commit is contained in:
parent
61c7fbfbb7
commit
88c1c20340
1 changed files with 0 additions and 1 deletions
|
|
@ -290,7 +290,6 @@ fn set_panel_height_abs(self: *Self, y: usize) tp.result {
|
||||||
break :blk self.panels.?;
|
break :blk self.panels.?;
|
||||||
};
|
};
|
||||||
const max_h = self.box().h -| 1;
|
const max_h = self.box().h -| 1;
|
||||||
std.log.debug("set_panel_height: {?d} {d}", .{ self.panel_height, y });
|
|
||||||
self.panel_height = @max(1, @min(max_h, y));
|
self.panel_height = @max(1, @min(max_h, y));
|
||||||
self.panel_maximized = false;
|
self.panel_maximized = false;
|
||||||
panels.layout_ = .{ .static = self.panel_height.? };
|
panels.layout_ = .{ .static = self.panel_height.? };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue