Skip to content

Commit b9d1b62

Browse files
authored
remove the incorrect error message (#476)
1 parent ebb6a46 commit b9d1b62

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/cache/resource_cache.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ func SaveResourceSHA(resource *unstructured.Unstructured, shaType SHAType) {
229229
key := object.UnstructuredToObjMetadata(resource).String()
230230
sha, _ := resourceCache.GetCacheEntry(key)
231231
if err := sha.SetSHA(*resource, shaType); err == nil {
232-
klog.ErrorS(err, "could not set SHA for resource", "key", key, "shaType", shaType)
233232
sha.uid = string(resource.GetUID())
234233
resourceCache.SetCacheEntry(key, sha)
235234
}

0 commit comments

Comments
 (0)