diff options
Diffstat (limited to 'src/luaotfload-tool.lua')
-rwxr-xr-x | src/luaotfload-tool.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/luaotfload-tool.lua b/src/luaotfload-tool.lua index 04237dd..8cfcac0 100755 --- a/src/luaotfload-tool.lua +++ b/src/luaotfload-tool.lua @@ -758,8 +758,6 @@ actions.loglevel = function (job) log.set_loglevel(lvl) report ("info", 3, "util", "Setting the log level to %d.", lvl) report ("log", 2, "util", "Lua=%q", _VERSION) - else - report ("info", 0, "util", "Invalid loglevel, ignoring.") end return true, true end |