summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2013-05-10 22:26:28 +0200
committerPhilipp Gesang <phg42.2a@gmail.com>2013-05-10 22:26:28 +0200
commit258f95aa327b6e4eed9fdff211806c1b733a9816 (patch)
tree305fe322bbc689b2285ee8b22e72d44158ce8c6b
parentb0b3c793d2c35b2d6dfa7f5c7c88d4418e0e5281 (diff)
downloadluaotfload-258f95aa327b6e4eed9fdff211806c1b733a9816.tar.gz
cleanup
-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]]--