removed unecessary tprint

This commit is contained in:
gabryon99 2021-01-28 10:08:34 +01:00
parent 7d816798fe
commit 9e5c245d7d

View file

@ -1023,8 +1023,6 @@ function user_scripts.updateScriptConfig(confid, script_key, subdir, new_config,
if(script) then
tprint(script)
-- Try to validate the configuration
for hook, conf in pairs(new_config) do
local valid = true