remove history len debug text

dev
LeRoyce Pearson 2024-02-29 13:47:04 -07:00
parent 527c3aa0ce
commit 0a0a7d8d49
1 changed files with 0 additions and 2 deletions

View File

@ -428,8 +428,6 @@ pub fn main() !void {
},
});
_ = canvas.printText(.{ 0, 0 }, "History len: {}", .{history.items.len}, .{});
switch (window_size[1]) {
0...144 => if (card_tilemap_small == null) {
card_tilemap_small = try assets.loadSmallCards(gpa.allocator());