remove unnecessary comments

This commit is contained in:
bingoohuang
2020-05-29 11:28:08 +08:00
parent accb4964b7
commit b4e93b639d
2 changed files with 0 additions and 2 deletions

View File

@@ -37,7 +37,6 @@ func main() {
defer indexFile.Close()
idx.WalkIndexFile(indexFile, func(key types.NeedleId, offset types.Offset, size uint32) error {
// key:1 offset:1 size:17214(16.81 KiB)
fmt.Printf("key:%v offset:%v size:%v(%v)\n", key, offset, size, util.BytesToHumanReadable(uint64(size)))
return nil
})