aboutsummaryrefslogtreecommitdiff
path: root/cmd/web
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/web')
-rw-r--r--cmd/web/windows.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmd/web/windows.go b/cmd/web/windows.go
index 9e447ca..dedec45 100644
--- a/cmd/web/windows.go
+++ b/cmd/web/windows.go
@@ -6,7 +6,6 @@ import (
"bufio"
"bytes"
"errors"
- "fmt"
"io"
"os/exec"
"regexp"
@@ -53,8 +52,6 @@ func GetHostIPFromRoutes() (string, error) {
return "", err
}
- fmt.Println(string(l))
-
if bytes.HasPrefix(l, []byte("Network Destination")) && !net {
net = true
continue