remove some log
This commit is contained in:
parent
2bd08b84ea
commit
80ffb36638
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue