From d41d94d27f1a9c019016c5505688e8edfc7243f6 Mon Sep 17 00:00:00 2001 From: sjlleo Date: Sat, 21 May 2022 08:33:15 +0800 Subject: Clean: Test Code --- verify/ipv4.go | 2 -- 1 file changed, 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 { -- cgit v1.2.3