remove debug

This commit is contained in:
Callan Bryant 2020-10-25 21:02:06 +00:00
parent ac9baf0039
commit 9a942c1040
No known key found for this signature in database
GPG Key ID: C31FA9DF3ACBFFAA

View File

@ -2,8 +2,8 @@ package dsnet
import (
"encoding/json"
"fmt"
"io/ioutil"
"math/rand"
"net"
"os"
"time"
@ -206,7 +206,6 @@ func (conf DsnetConfig) MustAllocateIP6() net.IP {
// OR the host part with the network part
for j := ones / 8; j < len(IP); j++ {
IP[j] = IP[j] | rbs[j]
fmt.Println("%d, %s", j, IP[j])
}
if !conf.IPAllocated(IP) {