remove some log

This commit is contained in:
Ulric Qin 2022-05-29 17:08:58 +08:00
parent 2bd08b84ea
commit 80ffb36638
1 changed files with 0 additions and 1 deletions

View File

@ -143,7 +143,6 @@ func (ins *Instance) Init() error {
func (ins *Instance) gatherOnce(slist *list.SafeList) error {
ips := ins.parseIPs()
if len(ips) == 0 {
log.Println("W! switch ips empty")
return nil
}