Skip to content
Snippets Groups Projects
Commit 65d7aeca authored by scott.wang's avatar scott.wang
Browse files

delete unused log

parent 590e6be9
No related branches found
No related tags found
No related merge requests found
......@@ -19,11 +19,9 @@ package kubernetes
import (
"context"
"github.com/apache/dubbo-go/common/logger"
"strconv"
"strings"
"sync"
"time"
)
import (
......@@ -336,20 +334,6 @@ func newWatcherSet(ctx context.Context) WatcherSet {
cache: map[string]*WatcherEvent{},
watchers: map[uint64]*watcher{},
}
go func(){
ticker := time.NewTicker(5*time.Second)
for{
select{
case <- ticker.C:
}
for k := range s.cache{
logger.Infof("store have %v", k)
}
}
}()
go s.closeWatchers()
return s
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment