Skip to content

Commit 15a3116

Browse files
rvagghannahhoward
authored andcommitted
fix: remove debug print
1 parent 2edae8b commit 15a3116

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/types/request.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ func (r RetrievalRequest) Etag() string {
165165
sb.WriteString(".dfs")
166166
// range bytes would go here: `.from.to`
167167
suffix := strconv.FormatUint(xxhash.Sum64([]byte(sb.String())), 32)
168-
fmt.Println("sb.String()", sb.String(), xxhash.Sum64([]byte(sb.String())))
169168
return `"` + r.Cid.String() + ".car." + suffix + `"`
170169
}
171170

0 commit comments

Comments
 (0)