From dec32da262e8c52bc10f99d2dfd4063e45272c55 Mon Sep 17 00:00:00 2001 From: MetaCubeX Date: Sun, 24 Jul 2022 01:07:30 +0800 Subject: [PATCH] clean code --- hub/executor/executor.go | 4 ---- 1 file changed, 4 deletions(-) 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) }