mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 04:36:42 +00:00
remove debug log line
This commit is contained in:
parent
fbb72c893c
commit
871dc14266
1 changed files with 0 additions and 1 deletions
|
|
@ -189,7 +189,6 @@ func (srv *Server) Start() (err error) {
|
||||||
|
|
||||||
// make all slots available
|
// make all slots available
|
||||||
for i := range srv.peers {
|
for i := range srv.peers {
|
||||||
srvlog.Debugf("add slot %v", i)
|
|
||||||
srv.peerSlots <- i
|
srv.peerSlots <- i
|
||||||
}
|
}
|
||||||
// note: discLoop is not part of WaitGroup
|
// note: discLoop is not part of WaitGroup
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue