去除一个日志

This commit is contained in:
GoEdgeLab
2021-01-18 09:46:18 +08:00
parent 6d3b77fab9
commit 6978d3d945

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