Skip to content

Commit 9399928

Browse files
torcolvinCopilot
andauthored
Update db/hybrid_logical_vector.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1599bd5 commit 9399928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/hybrid_logical_vector.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ func (hlv *HybridLogicalVector) SetMergeVersion(source string, version uint64) {
419419
hlv.MergeVersions = make(HLVVersions)
420420
}
421421
hlv.MergeVersions[source] = version
422-
fmt.Printf("hlv=%+v\n", hlv)
422+
base.DebugfCtx(base.BackgroundCtx, "hlv=%+v", hlv)
423423
}
424424

425425
func (hlv *HybridLogicalVector) IsVersionKnown(otherVersion Version) bool {

0 commit comments

Comments
 (0)