aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2021-08-24 22:47:49 -0400
committerMitchell Riedstra <mitch@riedstra.dev>2021-08-24 22:47:49 -0400
commited9a9bb126984cdb38a510281a2cb26281e035b1 (patch)
tree25c6a69e403d310097165db65eb005d5a9c0b1d0 /cmd
parent0fc3eda77004f41c5f0a804028da2d90b0373ea7 (diff)
downloadsteam-export-ed9a9bb126984cdb38a510281a2cb26281e035b1.tar.gz
steam-export-ed9a9bb126984cdb38a510281a2cb26281e035b1.tar.xz
Remove println from the IP finder
Diffstat (limited to 'cmd')
-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