summaryrefslogtreecommitdiff
path: root/verify/ipv4.go
diff options
context:
space:
mode:
Diffstat (limited to 'verify/ipv4.go')
-rw-r--r--verify/ipv4.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/verify/ipv4.go b/verify/ipv4.go
index b7db436..89a0763 100644
--- a/verify/ipv4.go
+++ b/verify/ipv4.go
@@ -1,7 +1,6 @@
package verify
import (
- "log"
"strconv"
"github.com/sjlleo/netflix-verify/util"
@@ -80,7 +79,6 @@ func (v *IPv4Verifier) UnblockTest(MoiveID int) {
testURL := NetflixURL_PREFIX + strconv.Itoa(MoiveID)
if reCode, err := util.RequestIP(testURL, v.IP, v.LocalAddr); err != nil {
- log.Println(reCode)
if err.Error() == "Banned" {
v.unblockTestChan <- UnblockTestResult{MoiveID, "", nil}
} else {