Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
  • Loading branch information
mblaschke committed May 9, 2021
1 parent cdf4f76 commit 5ec4d80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion loganalytics/servicediscovery.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ func (sd *LogAnalyticsServiceDiscovery) ServiceDiscovery() {
"sd:%x",
string(sha1.New().Sum([]byte(fmt.Sprintf("%v", subscriptionList)))),
)
fmt.Println(cacheKey)
}

// try cache
Expand Down

0 comments on commit 5ec4d80

Please sign in to comment.