diff options
-rw-r--r-- | otfl-font-otf.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/otfl-font-otf.lua b/otfl-font-otf.lua index 9bfebc1..27a64e9 100644 --- a/otfl-font-otf.lua +++ b/otfl-font-otf.lua @@ -1137,7 +1137,6 @@ local function t_hashed(t,cache) local ht = { } for i=1,#t do local ti = t[i] -print(ti) local tih = cache[ti] if not tih then tih = { } |