diff --git a/src/element.zig b/src/element.zig index 98a6d6e..0a6eddb 100644 --- a/src/element.zig +++ b/src/element.zig @@ -94,9 +94,7 @@ pub fn Scrollable(Event: type) type { this.size = size; // TODO scrollbar space - depending on configuration and only if necessary? - std.log.debug("----", .{}); this.container.resize(.{}, this.size); - std.log.debug("----", .{}); this.container_size = this.container.size; }