diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2010-01-11 13:34:55 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2010-01-11 13:34:55 +0200 |
commit | bef29eff1da679ba7759ab76acb173eb63c3799a (patch) | |
tree | e77e68c56f60e8bf7bff9ae4502ca980139306bb | |
parent | d3edc38a9c8e91485a68154c5ba02f8241bb9fa3 (diff) | |
download | luaotfload-bef29eff1da679ba7759ab76acb173eb63c3799a.tar.gz |
Revert "Enable logging"
Will moves |logs.report| to |otfl-luat-dumm.lua|.
This reverts commit 4479c85beec3b201db096d9320d203a58fd210d4.
-rw-r--r-- | luaotfload.dtx | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx index e2f718b..f5e62b1 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -423,36 +423,9 @@ end % Con\TeX t at all that allow other modules to be used, it provides some % low-level Con\TeX t functions. % -% \texttt{luat-dum.lua} defines some dummy functions that are used in other -% modules but not really supported outside Con\TeX t, we redefine some of -% these functions below. -% % \begin{macrocode} luaotfload.loadmodule('luat-dum.lua') -- not used in context at all - -% \end{macrocode} -% -% We redefine the dummy \texttt{logs.report} function to be usable with -% \textsf{luaotfload}. -% -% \begin{macrocode} - -function logs.report(category,fmt,...) - local log, name = luatextra.module_info, luaotfload.module.name - if fmt then - log(name, string.format("%s: %s", category, string.format(fmt,...))) - elseif category then - log(name, string.format("%s", category)) - else - log(name, "") - end -end - -% \end{macrocode} -% -% \begin{macrocode} - luaotfload.loadmodule('data-con.lua') -- maybe some day we don't need this one % \end{macrocode} |