Remove debug leftover

This commit is contained in:
Frank Denis 2021-01-02 10:24:32 +01:00
parent f245189f02
commit 2cdafa4bb3
1 changed files with 0 additions and 1 deletions

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 {