diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2012-05-09 08:52:00 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2012-05-09 08:52:00 +0200 |
commit | 68e9613a295cf9f9911a1810a5e84318a0c4dbc0 (patch) | |
tree | 95fba620baa113502f84c5cda2fd0e332fbf77e6 /otfl-font-otf.lua | |
parent | 5cd15c2c16065938ed6ce1bfcc999327ff85698f (diff) | |
download | luaotfload-68e9613a295cf9f9911a1810a5e84318a0c4dbc0.tar.gz |
Remove leftover debug
Diffstat (limited to 'otfl-font-otf.lua')
-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 = { } |