summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--luaotfload-legacy-database.lua1
-rw-r--r--luaotfload-legacy.lua7
2 files changed, 0 insertions, 8 deletions
diff --git a/luaotfload-legacy-database.lua b/luaotfload-legacy-database.lua
index 64b5c77..4af05f5 100644
--- a/luaotfload-legacy-database.lua
+++ b/luaotfload-legacy-database.lua
@@ -196,7 +196,6 @@ function names.resolve(specification)
end
end
if #found == 1 then
- print(table.serialize(found))
if kpse.lookup(found[1].filename[1]) then
logs.report("load font",
"font family='%s', subfamily='%s' found: %s",
diff --git a/luaotfload-legacy.lua b/luaotfload-legacy.lua
index b9f4e2f..e0c2230 100644
--- a/luaotfload-legacy.lua
+++ b/luaotfload-legacy.lua
@@ -189,13 +189,6 @@ end
--[[doc--
- We override the cleanname function as it outputs garbage for exotic font
- names
-
---doc]]--
-
---[[doc--
-
Overriding some defaults set in \context code.
--doc]]--