From fd551988cdafa24243ed59d7cf153bddc50ef6be Mon Sep 17 00:00:00 2001 From: testscript Date: Wed, 22 Feb 2023 23:17:12 +0800 Subject: [PATCH] remove temp debug code --- device/receivesendproc.go | 1 - 1 file changed, 1 deletion(-) diff --git a/device/receivesendproc.go b/device/receivesendproc.go index 7f3e827..6767aa1 100644 --- a/device/receivesendproc.go +++ b/device/receivesendproc.go @@ -112,7 +112,6 @@ func (device *Device) BoardcastPacket(skip_list map[mtypes.Vertex]bool, usage pa send_list[node_id] = false } device.peers.RLock() - fmt.Printf("Transit: Boardcast to %v\n", send_list) for node_id, should_send := range send_list { if should_send { peer_out := device.peers.IDMap[node_id]