fix: remove logging of autostart modules

pull/207/head
TorchedSammy 2022-09-17 14:08:15 -04:00
parent ee34ccdbc3
commit 7108523a4c
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ do
if ok then
for _, module in ipairs(modules) do
local entry = package.searchpath(module, startSearchPath)
print(entry)
if entry then
dofile(entry)
end