Minor cleanup

This commit is contained in:
Simone Mainardi 2021-02-19 15:54:37 +01:00
parent 9433928dfc
commit 3ee9e5d9ef

View file

@ -642,10 +642,6 @@ local function loadAndCheckScriptTemplate(user_script, user_script_template)
-- First, try and load the template straight from the plugin templates
local template_require = plugins_utils.loadTemplate(user_script.plugin.key, user_script_template)
if template_require then
tprint("found: "..user_script_template)
end
-- Then, if no template is found inside the plugin, try and load the template from the ntopng templates
-- in modules that can be shared across multiple plugins
if not template_require then