From 372cc52f2af1e752dfc3cfebbb8d3824d43bc74b Mon Sep 17 00:00:00 2001 From: dma Date: Sun, 1 Oct 2017 18:07:15 +0000 Subject: [PATCH] Clean up output --- vendor/github.com/subgraph/go-procsnitch/socket.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/github.com/subgraph/go-procsnitch/socket.go b/vendor/github.com/subgraph/go-procsnitch/socket.go index 4ec0478..774200c 100644 --- a/vendor/github.com/subgraph/go-procsnitch/socket.go +++ b/vendor/github.com/subgraph/go-procsnitch/socket.go @@ -154,7 +154,7 @@ func findUDPSocketAll(srcAddr net.IP, srcPort uint16, dstAddr net.IP, dstPort ui ifip = x.IP } if ss.local.ip.Equal(ifip) { - fmt.Printf("Matched on UDP socket bound to %v:%d\n",ifip,srcPort) + // fmt.Printf("Matched on UDP socket bound to %v:%d\n",ifip,srcPort) return true } }