Remove debug leftover
This commit is contained in:
parent
f245189f02
commit
2cdafa4bb3
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue