summaryrefslogtreecommitdiff
path: root/mkluatexfontdb.lua
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2010-07-11 15:38:34 +0300
committerKhaled Hosny <khaledhosny@eglug.org>2010-07-11 15:38:34 +0300
commit81a4e5a67b995da1121423011cd5410126199333 (patch)
tree0988ef16cdd89674a03448d2bc9f965911cd72e8 /mkluatexfontdb.lua
parent9c6e847253cf250b5ef8cce79509f51b8b4fa084 (diff)
downloadluaotfload-81a4e5a67b995da1121423011cd5410126199333.tar.gz
Remove the progress bar and simplify the code
The database building/updating that the, unusual, progress bar is not needed.
Diffstat (limited to 'mkluatexfontdb.lua')
-rwxr-xr-xmkluatexfontdb.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/mkluatexfontdb.lua b/mkluatexfontdb.lua
index 455edec..98db095 100755
--- a/mkluatexfontdb.lua
+++ b/mkluatexfontdb.lua
@@ -125,7 +125,6 @@ end
process_cmdline()
local function generate(force)
- log("generating font names database.")
local savepath = output_directory
if not lfs.isdir(savepath) then
log("creating directory %s", savepath)