summaryrefslogtreecommitdiff
path: root/luaotfload-override.lua
diff options
context:
space:
mode:
Diffstat (limited to 'luaotfload-override.lua')
-rw-r--r--luaotfload-override.lua14
1 files changed, 0 insertions, 14 deletions
diff --git a/luaotfload-override.lua b/luaotfload-override.lua
index 0e17f05..b1773fa 100644
--- a/luaotfload-override.lua
+++ b/luaotfload-override.lua
@@ -40,20 +40,6 @@ if tex and (tex.jobname or tex.formatname) then
texjob = true
end
---[[doc--
-We recreate the verbosity levels previously implemented in font-nms:
-
- ==========================================================
- lvl arg trace_loading trace_search suppress_output
- ----------------------------------------------------------
- (0) -> -q ⊥ ⊥ ⊤
- (1) -> ∅ ⊥ ⊥ ⊥
- (2) -> -v ⊤ ⊥ ⊥
- (>2) -> -vv ⊤ ⊤ ⊥
- ==========================================================
-
---doc]]--
-
local loglevel = 0 --- default
local logout = "log"