summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2012-05-09 08:52:00 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2012-05-09 08:52:00 +0200
commit68e9613a295cf9f9911a1810a5e84318a0c4dbc0 (patch)
tree95fba620baa113502f84c5cda2fd0e332fbf77e6
parent5cd15c2c16065938ed6ce1bfcc999327ff85698f (diff)
downloadluaotfload-68e9613a295cf9f9911a1810a5e84318a0c4dbc0.tar.gz
Remove leftover debug
-rw-r--r--otfl-font-otf.lua1
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 = { }