1
0
Fork 0
This commit is contained in:
namedkitten 2020-07-09 22:20:25 +01:00
parent aaf62d0ccd
commit 2ab5c8e019

View file

@ -86,8 +86,6 @@ pub const TimeWidget = struct {
.full_text = h, .full_text = h,
.markup = "pango", .markup = "pango",
}); });
std.debug.print("h\n", .{});
std.time.sleep(200 * std.time.ns_per_ms); std.time.sleep(200 * std.time.ns_per_ms);
} }
} }