skip-logo.lua: remove lua 5.2 warning message

(OK, I tested it.)
This commit is contained in:
wm4 2020-02-29 20:11:57 +01:00
parent d852ad2ae7
commit d45d4f86e1
1 changed files with 0 additions and 1 deletions

View File

@ -129,7 +129,6 @@ local function load_config()
setfenv(conf_fn, config)
end
else
msg.warn("Lua 5.2 was not tested, this might go wrong.")
conf_fn, err = loadfile(conf_file, "t", config)
end
else