rem(element): unnecessary debug loging
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 1m20s
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 1m20s
This commit is contained in:
@@ -94,9 +94,7 @@ pub fn Scrollable(Event: type) type {
|
|||||||
this.size = size;
|
this.size = size;
|
||||||
|
|
||||||
// TODO scrollbar space - depending on configuration and only if necessary?
|
// TODO scrollbar space - depending on configuration and only if necessary?
|
||||||
std.log.debug("----", .{});
|
|
||||||
this.container.resize(.{}, this.size);
|
this.container.resize(.{}, this.size);
|
||||||
std.log.debug("----", .{});
|
|
||||||
this.container_size = this.container.size;
|
this.container_size = this.container.size;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user