From 8eda5dc6f0f7e05d7b3d62e1861af05b49a2574a Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Wed, 3 Feb 2021 17:31:17 +0300 Subject: Fix memory leak in the Worker.go --- plugins/informer/rpc.go | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/informer/rpc.go') diff --git a/plugins/informer/rpc.go b/plugins/informer/rpc.go index c036ae96..55a9832b 100644 --- a/plugins/informer/rpc.go +++ b/plugins/informer/rpc.go @@ -26,7 +26,6 @@ func (rpc *rpc) List(_ bool, list *[]string) error { *list = append(*list, name) } rpc.log.Debug("list of services", "list", *list) - rpc.log.Debug("successfully finished List method") return nil } -- cgit v1.2.3