summaryrefslogtreecommitdiff
path: root/tex/context/base/data-tre.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/data-tre.lua')
-rw-r--r--tex/context/base/data-tre.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/data-tre.lua b/tex/context/base/data-tre.lua
index 58e44c23b..dc9440deb 100644
--- a/tex/context/base/data-tre.lua
+++ b/tex/context/base/data-tre.lua
@@ -137,7 +137,7 @@ end
local function resolve(specification) -- can be called directly too
local filename = specification.filename
- -- print(filename) -- in case we want to check for unwanted lookups
+ -- inspect(specification)
if filename ~= "" then
local root, rest = lpegmatch(splitter,filename)
if root and rest then