forked from mtcontrib/pipeworks
flowable_node_registry_install.lua: silence registration debugging by default
This commit is contained in:
parent
750612181a
commit
7eb5dc6aca
@ -25,7 +25,7 @@ end
|
|||||||
local regwarning = function(kind, nodename)
|
local regwarning = function(kind, nodename)
|
||||||
local tail = ""
|
local tail = ""
|
||||||
if not pipeworks.toggles.pressure_logic then tail = " but pressure logic not enabled" end
|
if not pipeworks.toggles.pressure_logic then tail = " but pressure logic not enabled" end
|
||||||
pipeworks.logger(kind.." flow logic registry requested for "..nodename..tail)
|
--pipeworks.logger(kind.." flow logic registry requested for "..nodename..tail)
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Register a node as a simple flowable.
|
-- Register a node as a simple flowable.
|
||||||
|
Loading…
Reference in New Issue
Block a user