From b5c0306d963299a059f10b2707fb07a4e56a40ae Mon Sep 17 00:00:00 2001 From: anthony4m Date: Thu, 16 Jan 2025 16:54:28 +0000 Subject: [PATCH] #9 worked on tests --- utils/LogIterator.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/utils/LogIterator.go b/utils/LogIterator.go index a4f5288..005dcba 100644 --- a/utils/LogIterator.go +++ b/utils/LogIterator.go @@ -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 }