Skip to content

Commit 4249967

Browse files
committed
Remove debug message
1 parent e4f3ef9 commit 4249967

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

src/engine.zig

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3402,20 +3402,6 @@ pub const Display = struct {
34023402

34033403
child.rect.x = parent.rect.x + parent.pad.left + (parent_width / 2 - child.rect.width / 2);
34043404
child.rect.y = parent.rect.y + parent.pad.top + (parent_height / 2 - child.rect.height / 2);
3405-
if (dev_build and dev_mode) {
3406-
err("in parent {s} ({d}x{d} {d}x{d}) centre {s} at={d}x{d} size={d}x{d}", .{
3407-
parent.name,
3408-
parent.rect.x,
3409-
parent.rect.y,
3410-
parent.rect.width,
3411-
parent.rect.height,
3412-
child.name,
3413-
child.rect.x,
3414-
child.rect.y,
3415-
child.rect.width,
3416-
child.rect.height,
3417-
});
3418-
}
34193405
}
34203406
//TODO: Im not sure scroller detection is needed here or not
34213407

0 commit comments

Comments
 (0)