mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-15 23:36:19 +00:00
remove debugging print from rules_loader.lua
This commit is contained in:
parent
2eb02a9597
commit
8343d23c3f
@ -144,7 +144,7 @@ function on_event(evt_, rule_id)
|
||||
elseif state.outputs[rule_id].type == "function" then
|
||||
local reqmod = "local "..state.outputs[rule_id].mname.." = require('" ..state.outputs[rule_id].mname .. "')";
|
||||
evt = evt_
|
||||
assert(loadstring(reqmod .. "; print(type(evt));" ..state.outputs[rule_id].source))()
|
||||
assert(loadstring(reqmod .. state.outputs[rule_id].source))()
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user