Skip to content

Commit 7fdbf39

Browse files
committed
Remove print
1 parent 4f298ca commit 7fdbf39

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rest/utilities_testing_blip_client.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2039,7 +2039,6 @@ func (btcc *BlipTesterCollectionClient) addRev(ctx context.Context, docID string
20392039
require.NoError(btcc.TB(), docRev.HLV.AddNewerVersions(opts.incomingHLV))
20402040
}
20412041
case localDocWinner:
2042-
fmt.Printf("LOCAL DOC WINNER, localRev: %#+v, incomingVersion: %#+v\n", localRev, opts.incomingVersion)
20432042
docRev.body = doc._latestRev(btcc.TB()).body
20442043
docRev.version = DocVersion{
20452044
RevTreeID: opts.incomingVersion.RevTreeID,

0 commit comments

Comments
 (0)