summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context/base/mkiv/data-tre.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/context/base/mkiv/data-tre.lua')
-rw-r--r--Master/texmf-dist/tex/context/base/mkiv/data-tre.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/context/base/mkiv/data-tre.lua b/Master/texmf-dist/tex/context/base/mkiv/data-tre.lua
index c4d43e3eb20..4388731f98c 100644
--- a/Master/texmf-dist/tex/context/base/mkiv/data-tre.lua
+++ b/Master/texmf-dist/tex/context/base/mkiv/data-tre.lua
@@ -100,10 +100,11 @@ end
function resolvers.hashers.tree(specification)
local name = specification.filename
- if trace_locating then
+ -- if trace_locating then
report_trees("analyzing %a",name)
- end
+ -- end
resolvers.methodhandler("hashers",name)
+
resolvers.generators.file(specification)
end