lualoader: Clear up an empty conditional branch

We will likely uncomment this whole monster in the near future.
This commit is contained in:
Kyle Evans 2018-02-22 04:30:52 +00:00
parent c8a0a7ab9b
commit 3c6b387ad1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=329811

View File

@ -260,10 +260,10 @@ function config.loadmod(mod, silent)
end
end
else
-- if not silent then
-- print("Skipping module '". . k .. "'")
-- end
-- else
-- if not silent then
-- print("Skipping module '". . k .. "'")
-- end
end
end