aboutsummaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/main.go b/main.go
index c9ef343..6e876df 100644
--- a/main.go
+++ b/main.go
@@ -221,14 +221,10 @@ func main() {
return
}
- // create wireguard device
-
device := NewDevice(tun, logger)
logger.Info.Println("Device started")
- // start uapi listener
-
errs := make(chan error)
term := make(chan os.Signal)