summaryrefslogtreecommitdiff
path: root/tex/context/base/node-nut.lua
diff options
context:
space:
mode:
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