1 parent 0908f32 commit 4262408Copy full SHA for 4262408
1 file changed
main.go
@@ -78,10 +78,6 @@ func main() {
78
}
79
cfClient, _ := cfclient.NewClient(&c)
80
81
- /*if len(*dopplerEndpoint) > 0 {
82
- cfClient.Endpoint.DopplerEndpoint = *dopplerEndpoint
83
- }*/ //TODO
84
-
85
//Creating Caching
86
var cachingClient caching.Caching
87
if caching.IsNeeded(*wantedEvents) {
0 commit comments