aboutsummaryrefslogtreecommitdiff
path: root/stand/lua/config.lua
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2018-02-22 04:30:52 +0000
committerKyle Evans <kevans@FreeBSD.org>2018-02-22 04:30:52 +0000
commit3c6b387ad1420ab4f57e9c1802b10ebcdfe2ea6e (patch)
treead9d24b48ab53df0c60259262a7dda99e3f87e3e /stand/lua/config.lua
parentc8a0a7ab9bb8d49fd4a52e3f3dc216163c584409 (diff)
downloadsrc-3c6b387ad1420ab4f57e9c1802b10ebcdfe2ea6e.tar.gz
src-3c6b387ad1420ab4f57e9c1802b10ebcdfe2ea6e.zip
lualoader: Clear up an empty conditional branch
We will likely uncomment this whole monster in the near future.
Notes
Notes: svn path=/head/; revision=329811
Diffstat (limited to 'stand/lua/config.lua')
-rw-r--r--stand/lua/config.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/stand/lua/config.lua b/stand/lua/config.lua
index 6bb45bfb4964..ee205929aa62 100644
--- a/stand/lua/config.lua
+++ b/stand/lua/config.lua
@@ -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