Skip to content

Commit

Permalink
Remove TODO comment
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Navarro Perez <[email protected]>
  • Loading branch information
ajnavarro committed Nov 28, 2024
1 parent dd0faa8 commit 20e667e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion storage/pebble.go
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,6 @@ func (pi *PebbleReverseTxIter) Next() bool {
return false
}

// TODO check if this is correct
if txIdx >= pi.fromIndex && txIdx < pi.toIndex {
return true
}
Expand Down

0 comments on commit 20e667e

Please sign in to comment.