Forráskód Böngészése

remove debug logging

Chris Bannister 10 éve
szülő
commit
1b4b8ceafb
1 módosított fájl, 0 hozzáadás és 1 törlés
  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 {