good morning!!!!

Skip to content
Snippets Groups Projects
Commit d754c25c authored by Péter Szilágyi's avatar Péter Szilágyi
Browse files

eth/downloader: drop log entry from peer, it's covered already

parent 24cca2f1
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,6 @@ import (
"time"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/logger"
"github.com/ethereum/go-ethereum/logger/glog"
"gopkg.in/fatih/set.v0"
)
......@@ -101,9 +99,6 @@ func (p *peer) SetIdle() {
if next == 1 {
p.Demote()
}
if prev != next {
glog.V(logger.Detail).Infof("%s: changing block download capacity from %d to %d", p.id, prev, next)
}
break
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment