Removes unused privs comment

This commit is contained in:
AliasAlreadyTaken 2024-04-08 03:53:03 +02:00
parent 02259de6d0
commit 05ae0890c2

View File

@ -23,7 +23,6 @@ yl_scheduler.information.additional = "Execute tasks based on utc"
dofile(yl_scheduler.modpath .. "config.lua")
dofile(yl_scheduler.modpath .. "setup.lua")
--dofile(yl_scheduler.modpath .. "privs.lua")
dofile(yl_scheduler.modpath .. "internal.lua")
--dofile(yl_scheduler.modpath .. "api.lua")
dofile(yl_scheduler.modpath .. "initialize.lua")