diff options
author | Context Git Mirror Bot <phg42.2a@gmail.com> | 2014-12-28 20:15:04 +0100 |
---|---|---|
committer | Context Git Mirror Bot <phg42.2a@gmail.com> | 2014-12-28 20:15:04 +0100 |
commit | d446579377e40332a41f3c61b087b683a4a9b30c (patch) | |
tree | ec04b76dea309ff2b33af3b5f31c08a99d9ffb42 /tex/context/base/font-inj.lua | |
parent | 69d17e62dd57cce4d59d020319edf1c5121f4319 (diff) | |
download | context-d446579377e40332a41f3c61b087b683a4a9b30c.tar.gz |
2014-12-28 19:53:00
Diffstat (limited to 'tex/context/base/font-inj.lua')
-rw-r--r-- | tex/context/base/font-inj.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tex/context/base/font-inj.lua b/tex/context/base/font-inj.lua index 3b933829d..d0b073db4 100644 --- a/tex/context/base/font-inj.lua +++ b/tex/context/base/font-inj.lua @@ -19,8 +19,6 @@ local trace_injections = false trackers.register("fonts.injections", function(v local report_injections = logs.reporter("fonts","injections") -report_injections("using experimental injector") - local attributes, nodes, node = attributes, nodes, node fonts = fonts |