diff --git a/alist.go b/alist.go index 9ad4601f..84514efa 100644 --- a/alist.go +++ b/alist.go @@ -12,7 +12,6 @@ import ( ) func Init() bool { - //bootstrap.InitLog() bootstrap.InitConf() bootstrap.InitCron() bootstrap.InitModel() diff --git a/public/public.go b/public/public.go index ff72043e..46319777 100644 --- a/public/public.go +++ b/public/public.go @@ -4,9 +4,3 @@ import "embed" //go:embed * var Public embed.FS - -////go:embed index.html -//var Index embed.FS -// -////go:embed assets/** -//var Assets embed.FS