Explorar o código

remove debug logging

Chris Bannister %!s(int64=10) %!d(string=hai) anos
pai
achega
1b4b8ceafb
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      events.go

+ 0 - 1
events.go

@@ -153,7 +153,6 @@ func (s *Session) handleEvent(framer *framer) {
 
 func (s *Session) handleNewNode(host net.IP, port int) {
 	// TODO(zariel): need to be able to filter discovered nodes
-	log.Printf("new node host=%v port=%v\n", host, port)
 
 	var hostInfo *HostInfo
 	if s.control != nil {