From 7ea3452c470926c5834ebbd534dcf401cca97e97 Mon Sep 17 00:00:00 2001 From: Johannes Rudolph <johannes.rudolph@ffnw.de> Date: Mon, 20 Mar 2017 10:00:54 +0100 Subject: [PATCH] hoodselector: remove log output --- hoodselector/luasrc/usr/sbin/hoodselector | 2 -- 1 file changed, 2 deletions(-) diff --git a/hoodselector/luasrc/usr/sbin/hoodselector b/hoodselector/luasrc/usr/sbin/hoodselector index fe6028c..5f7998b 100755 --- a/hoodselector/luasrc/usr/sbin/hoodselector +++ b/hoodselector/luasrc/usr/sbin/hoodselector @@ -64,13 +64,11 @@ if arg[1] ~= nil then uci:set('hoodselector', 'hoodselector', 'enabled' , 1) uci:save('hoodselector') uci:commit('hoodselector') - log("Hoodselector is now ENABLED") elseif arg[1] == 'disable' then io.stderr:write('Hoodselector disabled\n') uci:set('hoodselector', 'hoodselector', 'enabled' , 0) uci:save('hoodselector') uci:commit('hoodselector') - log("Hoodselector is now DISABLED") elseif arg[1] == 'hoodfile' then if uci:get('hoodselector', 'hoodselector', 'hoodfile') == nil then io.stderr:write("Hoodfile Path not in Config") -- GitLab