Strip logging

This commit is contained in:
Asim Aslam 2019-08-10 18:46:54 +01:00
parent 6dd3ea1853
commit 8986b3135f

View File

@ -128,7 +128,6 @@ func (t *tun) process() {
// send the message via the interface
t.RLock()
log.Debugf("Sending some shit %d links", len(t.links))
for _, link := range t.links {
log.Debugf("Sending %+v to %s", newMsg, link.Remote())
link.Send(newMsg)