Skip to content

Commit

Permalink
Removed rando comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jsimnz committed Feb 1, 2022
1 parent a9b7e30 commit bfe35dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion db/txn.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ func (txn *Txn) OnError(fn func()) {

func (txn *Txn) runErrorFns(ctx context.Context) {
for _, fn := range txn.errorFns {
// do we need ctx on the callback funcs?
fn()
}
}
Expand Down

0 comments on commit bfe35dd

Please sign in to comment.