Skip to content

Commit

Permalink
#9 worked on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony4m committed Jan 16, 2025
1 parent 9d7957b commit b5c0306
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions utils/LogIterator.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ func (it *LogIterator) moveToBlock(blk *kfile.BlockId) error {
return err
}
it.slots = it.buff.GetContents().GetAllSlots()
//it.boundary, _ = it.buff.GetContents().GetInt(0)
//it.currentPos = it.boundary
it.currentPos = len(it.slots) - 1
return nil
}
Expand Down

0 comments on commit b5c0306

Please sign in to comment.