Work on logging format
This commit is contained in:
parent
283e7117cf
commit
ceccd39420
7 changed files with 51 additions and 32 deletions
|
|
@ -339,7 +339,6 @@ func (device *Device) RemoveAllPeers() {
|
|||
defer device.peers.mutex.Unlock()
|
||||
|
||||
for key, peer := range device.peers.keyMap {
|
||||
println("rm", peer.String())
|
||||
unsafeRemovePeer(device, peer, key)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue