summaryrefslogtreecommitdiff
path: root/tex/context/base/node-nut.lua
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2015-07-09 16:15:05 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2015-07-09 16:15:05 +0200
commitd7b51cfffa3d797c9a19d6cf5366150bcf032554 (patch)
treebafdf991019b3a94835b4593ca7973cdeab2bcde /tex/context/base/node-nut.lua
parentdc7195d9c40c947f61bd001635de6e8b2cb99167 (diff)
downloadcontext-d7b51cfffa3d797c9a19d6cf5366150bcf032554.tar.gz
2015-07-09 15:25:00
Diffstat (limited to 'tex/context/base/node-nut.lua')
-rw-r--r--tex/context/base/node-nut.lua16
1 files changed, 8 insertions, 8 deletions
diff --git a/tex/context/base/node-nut.lua b/tex/context/base/node-nut.lua
index fb30ff0dc..554d74ec5 100644
--- a/tex/context/base/node-nut.lua
+++ b/tex/context/base/node-nut.lua
@@ -94,14 +94,14 @@ local direct = node.direct
local fastcopy = table.fastcopy
-if type(direct) ~= "table" then
- return
-elseif gonuts then
- statistics.register("running in nuts mode", function() return "yes" end)
-else
- statistics.register("running in nuts mode", function() return "no" end)
- return
-end
+-- if type(direct) ~= "table" then
+-- return
+-- elseif gonuts then
+-- statistics.register("running in nuts mode", function() return "yes" end)
+-- else
+-- statistics.register("running in nuts mode", function() return "no" end)
+-- return
+-- end
local texget = tex.get