diff --git a/hub/executor/executor.go b/hub/executor/executor.go index fa0ca47a..d4148dd8 100644 --- a/hub/executor/executor.go +++ b/hub/executor/executor.go @@ -89,10 +89,6 @@ func ApplyConfig(cfg *config.Config, force bool) { updateTun(cfg.Tun) updateExperimental(cfg) - // DON'T Delete - // ClashX will use this line to determine if the 'Meta' has finished booting - log.Infoln("Apply all configs finished.") - log.SetLevel(cfg.General.LogLevel) }