Skip to content

Commit

Permalink
Remove debugging Println from collection.find (#1722)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewdale authored Jul 31, 2024
1 parent 05a64e7 commit 57a8453
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mongo/collection.go
Original file line number Diff line number Diff line change
Expand Up @@ -1227,7 +1227,6 @@ func (coll *Collection) find(

f, err := marshal(filter, coll.bsonOpts, coll.registry)
if err != nil {
fmt.Println(err)
return nil, err
}

Expand Down

0 comments on commit 57a8453

Please sign in to comment.