From b2d2ccbcba41620f7d4d818ec125e6ed3e7093ee Mon Sep 17 00:00:00 2001 From: HybridDog Date: Wed, 3 Feb 2021 18:06:56 +0100 Subject: Remove or comment unused code and declare some variables local --- pressure_logic/flowable_node_registry_install.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pressure_logic/flowable_node_registry_install.lua') diff --git a/pressure_logic/flowable_node_registry_install.lua b/pressure_logic/flowable_node_registry_install.lua index 0ad00a6..7f671a8 100644 --- a/pressure_logic/flowable_node_registry_install.lua +++ b/pressure_logic/flowable_node_registry_install.lua @@ -26,8 +26,8 @@ local insertbase = function(nodename) end local regwarning = function(kind, nodename) - local tail = "" - if pipeworks.toggles.pipe_mode ~= "pressure" then tail = " but pressure logic not enabled" end + --~ local tail = "" + --~ if pipeworks.toggles.pipe_mode ~= "pressure" then tail = " but pressure logic not enabled" end --pipeworks.logger(kind.." flow logic registry requested for "..nodename..tail) end -- cgit v1.2.3