Skip to content

Commit 6071bea

Browse files
Remove log line for cached object
1 parent 5eb6d3c commit 6071bea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cache/core/core_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,4 @@ func ExampleLookupOptions_AlwaysUseRequestedRange() {
248248
if string(cachedStr) != "cached" {
249249
panic(fmt.Sprintf("got: %q, want: %q", cachedStr, "cached"))
250250
}
251-
252-
t.Logf("The cached value was: %s", cachedStr)
253251
}

0 commit comments

Comments
 (0)