1
0
mirror of https://github.com/DNSCrypt/dnscrypt-proxy.git synced 2024-12-11 22:35:40 +01:00

Remove debug leftover

This commit is contained in:
Frank Denis 2021-01-02 10:24:32 +01:00
parent f245189f02
commit 2cdafa4bb3

View File

@ -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 {