去除一个日志

This commit is contained in:
刘祥超
2021-01-18 09:46:18 +08:00
parent 2b0c561abe
commit 3ba2d9da63

View File

@@ -248,7 +248,6 @@ func (this *Node) loop() error {
return errors.New("read node tasks failed: " + err.Error())
}
for _, task := range tasksResp.NodeTasks {
logs.Println("update task:", task.Type) // TODO
switch task.Type {
case "ipItemChanged":
iplibrary.IPListUpdateNotify <- true