summaryrefslogtreecommitdiff
path: root/tex/context/base/typo-dir.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2013-01-17 19:40:22 +0200
committerMarius <mariausol@gmail.com>2013-01-17 19:40:22 +0200
commit3346c745a354c0726c1ec68fb1f2d04e5bc85a9b (patch)
tree3f08d6fdf3111495759842f46bce62e159d4b9bf /tex/context/base/typo-dir.lua
parentfe55ae49d8deddeb8f02557e3902c847804b0086 (diff)
downloadcontext-3346c745a354c0726c1ec68fb1f2d04e5bc85a9b.tar.gz
beta 2013.01.17 18:16
Diffstat (limited to 'tex/context/base/typo-dir.lua')
-rw-r--r--tex/context/base/typo-dir.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/tex/context/base/typo-dir.lua b/tex/context/base/typo-dir.lua
index ee9407074..da324b7e2 100644
--- a/tex/context/base/typo-dir.lua
+++ b/tex/context/base/typo-dir.lua
@@ -180,7 +180,6 @@ function directions.process(namespace,attribute,start) -- todo: make faster
local lro, rlo, prevattr, inmath = false, false, 0, false
while current do
local id = current.id
---~ print(id,attribute,has_attribute(current,attribute))
if skipmath and id == math_code then
local subtype = current.subtype
if subtype == beginmath_code then