Skip to content

Commit 57a8453

Browse files
authored
Remove debugging Println from collection.find (#1722)
1 parent 05a64e7 commit 57a8453

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mongo/collection.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1227,7 +1227,6 @@ func (coll *Collection) find(
12271227

12281228
f, err := marshal(filter, coll.bsonOpts, coll.registry)
12291229
if err != nil {
1230-
fmt.Println(err)
12311230
return nil, err
12321231
}
12331232

0 commit comments

Comments
 (0)