Skip to content

Commit

Permalink
removed logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhipsa20 committed Sep 24, 2024
1 parent f3b8f52 commit 0c66590
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/cache/v3/simple.go
Original file line number Diff line number Diff line change
Expand Up @@ -433,8 +433,6 @@ func (cache *snapshotCache) DeleteResources(ctx context.Context, node string, ty
cache.mu.Lock()
defer cache.mu.Unlock()

fmt.Printf("local DeleteResources %v", resourcesToDeleted)

if typ == resource.ClusterType {
index := GetResponseType(typ)
snapshot := cache.snapshots[node]
Expand Down

0 comments on commit 0c66590

Please sign in to comment.