[latex3-commits] [git/LaTeX3-latex3-luaotfload] dev: Remove debugging output (67265a9)

Marcel Fabian Krüger tex at 2krueger.de
Thu Oct 13 00:11:33 CEST 2022


Repository : https://github.com/latex3/luaotfload
On branch  : dev
Link       : https://github.com/latex3/luaotfload/commit/67265a954fb0792d5a4312f7a5f99b4584cbe88c

>---------------------------------------------------------------

commit 67265a954fb0792d5a4312f7a5f99b4584cbe88c
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Thu Oct 13 00:11:33 2022 +0200

    Remove debugging output


>---------------------------------------------------------------

67265a954fb0792d5a4312f7a5f99b4584cbe88c
 src/luaotfload-harf-define.lua | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/luaotfload-harf-define.lua b/src/luaotfload-harf-define.lua
index e24d7ba..4f871fa 100644
--- a/src/luaotfload-harf-define.lua
+++ b/src/luaotfload-harf-define.lua
@@ -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})





More information about the latex3-commits mailing list.