summaryrefslogtreecommitdiff
path: root/luaotfload-features.lua
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2013-05-06 11:51:35 +0200
committerPhilipp Gesang <phg42.2a@gmail.com>2013-05-06 11:51:35 +0200
commit8c013800865dbd0c3cdea6312d664fcf2bc61bed (patch)
treeab4e09d2ffa4fdbd35deb7afc73b83dae592a3b8 /luaotfload-features.lua
parent1bd7bd84c9a73105fce7909f14628746328ed823 (diff)
downloadluaotfload-8c013800865dbd0c3cdea6312d664fcf2bc61bed.tar.gz
don’t print parser stats
Diffstat (limited to 'luaotfload-features.lua')
-rw-r--r--luaotfload-features.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/luaotfload-features.lua b/luaotfload-features.lua
index 76ccc53..f91aee7 100644
--- a/luaotfload-features.lua
+++ b/luaotfload-features.lua
@@ -305,7 +305,7 @@ local specification = (prefixed + unprefixed)
local font_request = Ct(path_lookup * (colon^-1 * features)^-1
+ specification * (colon * features)^-1)
- lpeg.print(font_request)
+-- lpeg.print(font_request)
--- new parser: 657 rules
--- old parser: 230 rules