fix: remove top_layer log spam
This commit is contained in:
parent
bb71749585
commit
ff8b849015
1 changed files with 0 additions and 6 deletions
|
|
@ -511,12 +511,6 @@ fn render(self: *Self) void {
|
||||||
if (self.top_layer_) |top_layer_| {
|
if (self.top_layer_) |top_layer_| {
|
||||||
const frame = tracy.initZone(@src(), .{ .name = "tui blit top layer" });
|
const frame = tracy.initZone(@src(), .{ .name = "tui blit top layer" });
|
||||||
defer frame.deinit();
|
defer frame.deinit();
|
||||||
self.logger.print("top_layer: {}:{}:{}:{}", .{
|
|
||||||
top_layer_.y_off,
|
|
||||||
top_layer_.x_off,
|
|
||||||
top_layer_.view.screen.height,
|
|
||||||
top_layer_.view.screen.width,
|
|
||||||
});
|
|
||||||
top_layer_.draw(self.rdr_.stdplane());
|
top_layer_.draw(self.rdr_.stdplane());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue