Commit d754c25c authored by Péter Szilágyi's avatar Péter Szilágyi

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

parent 24cca2f1
......@@ -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
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment