summaryrefslogtreecommitdiff
path: root/mplife.lua
diff options
context:
space:
mode:
Diffstat (limited to 'mplife.lua')
-rw-r--r--mplife.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplife.lua b/mplife.lua
index 7133a59..7c67719 100644
--- a/mplife.lua
+++ b/mplife.lua
@@ -36,7 +36,7 @@ mplife.setup.current = {}
do
local g, r, c = mplife.setup.global, mplife.setup.rc, mplife.setup.current
for key,_ in pairs(g) do
- print(key, ">>>", tostring(r[key]) .. " or " .. tostring(g[key]))
+ --print(key, ">>>", tostring(r[key]) .. " or " .. tostring(g[key]))
c[key] = r[key] or g[key] -- prefer local settings
end
mplife.setup.current = c