Strip logging
This commit is contained in:
parent
6dd3ea1853
commit
8986b3135f
@ -128,7 +128,6 @@ func (t *tun) process() {
|
|||||||
|
|
||||||
// send the message via the interface
|
// send the message via the interface
|
||||||
t.RLock()
|
t.RLock()
|
||||||
log.Debugf("Sending some shit %d links", len(t.links))
|
|
||||||
for _, link := range t.links {
|
for _, link := range t.links {
|
||||||
log.Debugf("Sending %+v to %s", newMsg, link.Remote())
|
log.Debugf("Sending %+v to %s", newMsg, link.Remote())
|
||||||
link.Send(newMsg)
|
link.Send(newMsg)
|
||||||
|
Loading…
Reference in New Issue
Block a user