remove commented code

This commit is contained in:
Emil Lerch 2023-04-03 10:41:53 -07:00
parent 5cd582b2e4
commit 26c52dd278
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -91,7 +91,6 @@ pub fn main() !void {
if (filename.len > 0) try stdout.print("Converting {s}\n", .{filename});
var pixels: [WIDTH * HEIGHT]u8 = undefined;
try convertImage(alloc, filename, &pixels, textForLine);
// try convertImage(alloc, filename, &pixels);
try stdout.print("Sending pixels to display\n", .{});
// var i: usize = 0;
// while (i < HEIGHT) {