Skip to content

Commit

Permalink
fix: Remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
viccon committed Jan 24, 2025
1 parent 01fd0e3 commit e2d1302
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion distribution.go
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ func distributedBatchFetch[V, T any](c *Client[T], keyFn KeyFn, fetchFn BatchFet
for i := 0; i < len(stale); i++ {
c.reportDistributedStaleFallback()
}
c.log.Error(fmt.Sprintf("sturdyc: error fetching records from the underlying data source. %v", err))
maps.Copy(stale, fresh)
return stale, errOnlyDistributedRecords
}
Expand Down

0 comments on commit e2d1302

Please sign in to comment.