diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2021-08-24 22:47:49 -0400 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2021-08-24 22:47:49 -0400 |
| commit | ed9a9bb126984cdb38a510281a2cb26281e035b1 (patch) | |
| tree | 25c6a69e403d310097165db65eb005d5a9c0b1d0 /cmd/web/windows.go | |
| parent | 0fc3eda77004f41c5f0a804028da2d90b0373ea7 (diff) | |
| download | steam-export-ed9a9bb126984cdb38a510281a2cb26281e035b1.tar.gz steam-export-ed9a9bb126984cdb38a510281a2cb26281e035b1.tar.xz | |
Remove println from the IP finder
Diffstat (limited to 'cmd/web/windows.go')
| -rw-r--r-- | cmd/web/windows.go | 3 |
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 |
