More log statements.

This commit is contained in:
Gordon Cassie
2024-04-25 15:40:48 -07:00
committed by Mitchell Hashimoto
parent b76f5976ee
commit e564454ff1

View File

@ -379,7 +379,6 @@ pub const Shaper = struct {
pub fn prepare(self: *RunIteratorHook) !void { pub fn prepare(self: *RunIteratorHook) !void {
try self.shaper.run_state.reset(); try self.shaper.run_state.reset();
// log.warn("----------- run reset -------------", .{});
} }
pub fn addCodepoint(self: RunIteratorHook, cp: u32, cluster: u32) !void { pub fn addCodepoint(self: RunIteratorHook, cp: u32, cluster: u32) !void {
@ -398,7 +397,6 @@ pub const Shaper = struct {
.codepoint = cp, .codepoint = cp,
.cluster = cluster, .cluster = cluster,
}); });
// log.warn("run cp={X}", .{cp});
// If the UTF-16 codepoint is a pair then we need to insert // If the UTF-16 codepoint is a pair then we need to insert
// a dummy entry so that the CTRunGetStringIndices() function // a dummy entry so that the CTRunGetStringIndices() function