Skip to content

Commit

Permalink
CBG-4388: [3.2.2 backport] remove print debugging (#7266)
Browse files Browse the repository at this point in the history
Co-authored-by: Tor Colvin <[email protected]>
  • Loading branch information
gregns1 and torcolvin authored Jan 7, 2025
1 parent 6e6d61a commit dbd05ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rest/bulk_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ func (h *handler) handleAllDocs() error {
}
totalRows++
var err error
fmt.Printf("row: %+v value=%+v\n", row, row.Value)
err = h.addJSON(row)
if err != nil {
return false, err
Expand Down

0 comments on commit dbd05ec

Please sign in to comment.