summaryrefslogtreecommitdiff
path: root/tex/context/base/luat-exe.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2012-10-28 15:00:25 +0200
committerMarius <mariausol@gmail.com>2012-10-28 15:00:25 +0200
commit3fcaa5434b428fcc717fbd06822b54ec18194c62 (patch)
tree020fe87ecadf1865b9358d31a04fcdc37dbdefe4 /tex/context/base/luat-exe.lua
parenta6994b024b0e60c9d69ddbedc399f0d7a823c70d (diff)
downloadcontext-3fcaa5434b428fcc717fbd06822b54ec18194c62.tar.gz
beta 2012.10.28 13:23
Diffstat (limited to 'tex/context/base/luat-exe.lua')
-rw-r--r--tex/context/base/luat-exe.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/tex/context/base/luat-exe.lua b/tex/context/base/luat-exe.lua
index 0e9a94313..0d5cb5abc 100644
--- a/tex/context/base/luat-exe.lua
+++ b/tex/context/base/luat-exe.lua
@@ -63,7 +63,6 @@ local function executer(action)
local v = permitted[k]
if find(name,v) then
return action(name .. " " .. arguments)
- -- print("executed: " .. name .. " " .. arguments)
else
report_executers("not permitted: %s %s",name,arguments)
end