소스 검색

remove debug logging

Chris Bannister 10 년 전
부모
커밋
1b4b8ceafb
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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 {