Skip to content
This repository has been archived by the owner on Mar 5, 2021. It is now read-only.

Commit

Permalink
fix log messages
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksherron committed Feb 3, 2020
1 parent b8c2409 commit d381990
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/check.go
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit d381990

Please sign in to comment.