Skip to content

Commit

Permalink
Remove debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
zauguin committed Oct 12, 2022
1 parent a77c552 commit 67265a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/luaotfload-harf-define.lua
Expand Up @@ -82,9 +82,7 @@ local keyhash do
local format = string.format
local byte = string.byte
keyhash = setmetatable({}, {__index = function(t, k)
print(t, k)
local h = format(formatstring, byte(sha256(k), 1, -1))
print(t, k, h)
t[k] = h
return h
end})
Expand Down

0 comments on commit 67265a9

Please sign in to comment.