diff --git a/dnscrypt-proxy/proxy.go b/dnscrypt-proxy/proxy.go index a2d6de53..aa3ee905 100644 --- a/dnscrypt-proxy/proxy.go +++ b/dnscrypt-proxy/proxy.go @@ -277,7 +277,6 @@ func (proxy *Proxy) StartProxy() { func (proxy *Proxy) updateRegisteredServers() error { for _, source := range proxy.sources { - //dlog.Debugf(string(source.in)) registeredServers, err := source.Parse() if err != nil { if len(registeredServers) == 0 {