From ed9a9bb126984cdb38a510281a2cb26281e035b1 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Tue, 24 Aug 2021 22:47:49 -0400 Subject: Remove println from the IP finder --- cmd/web/windows.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'cmd/web') 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 -- cgit v1.2.3