From 6978d3d9451b60509c1e906b6adef9204b8ca349 Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Mon, 18 Jan 2021 09:46:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E4=B8=80=E4=B8=AA=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/nodes/node.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/nodes/node.go b/internal/nodes/node.go index 637c669..007d82f 100644 --- a/internal/nodes/node.go +++ b/internal/nodes/node.go @@ -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