mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-04-28 21:52:36 +08:00
remove comments
This commit is contained in:
parent
86c8f248bd
commit
01f2fcf72d
@ -44,7 +44,7 @@ func LoadNeedleMap(file *os.File) *NeedleMap {
|
||||
size := util.BytesToUint32(bytes[i+12 : i+16])
|
||||
if offset > 0 {
|
||||
nm.m.Set(Key(key), offset, size)
|
||||
log.Println("reading key", key, "offset", offset, "size", size)
|
||||
//log.Println("reading key", key, "offset", offset, "size", size)
|
||||
nm.fileCounter++
|
||||
} else {
|
||||
nm.m.Delete(Key(key))
|
||||
|
Loading…
Reference in New Issue
Block a user