clean code

This commit is contained in:
gVisor bot 2022-07-24 01:07:30 +08:00
parent 31a8fca1f7
commit 9ea1020d84

View file

@ -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)
}