Strip logging
This commit is contained in:
		| @@ -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) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user