Skip to content

Commit e7c28b6

Browse files
committed
Removes debug print
This line was causing log files to fill with '\n' characters: https://phab.wish.com/T58345
1 parent cc78756 commit e7c28b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

session.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2479,7 +2479,6 @@ func (c *Collection) Update(selector interface{}, update interface{}) (info *Cha
24792479
Update: update,
24802480
}
24812481
lerr, err := c.writeOp(&op, true)
2482-
fmt.Println(lerr)
24832482
if err == nil && lerr != nil && !lerr.UpdatedExisting {
24842483
return &ChangeInfo{}, ErrNotFound
24852484
}

0 commit comments

Comments
 (0)