From d381990322f0335005b920c67911a385d5fd4c66 Mon Sep 17 00:00:00 2001 From: nicksherron Date: Mon, 3 Feb 2020 15:24:35 -0500 Subject: [PATCH] fix log messages --- internal/check.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/check.go b/internal/check.go index da73a09..28c25db 100644 --- a/internal/check.go +++ b/internal/check.go @@ -289,7 +289,6 @@ func proxyCheck(proxy *Proxy) { // CheckInit checks all proxies from GormDB to see if they are transparent or anonymous and if they work. func CheckInit() { - begin := time.Now() busy = true resolveJudges() if os.Getenv("PROXI_DEBUG_JUDGES") == "1" {