Remove render indices comment

This commit is contained in:
Chadtech 2020-12-29 03:29:17 -05:00
parent c8c3944673
commit bd5259363c

View file

@ -125,15 +125,3 @@ test "test hash" {
expectEqual(frth_expectation, frth_result);
}
//test "Render Indices" {
// const print = std.debug.print;
//
// const limit = 32;
//
// var i : u8 = 0;
//
// while (i < (2 * limit)) {
// print("Index {} hashes to {}\n", .{ i, hash(std.mem.asBytes(&i), 0) % limit});
// i += 1;
// }
//}