mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-04-30 09:41:42 +08:00
remove debug message
This commit is contained in:
parent
166a5fc524
commit
b23e51f205
@ -48,7 +48,7 @@ func LoadNeedleMap(file *os.File) *NeedleMap {
|
||||
nm.fileCounter++
|
||||
} else {
|
||||
nm.m.Delete(Key(key))
|
||||
log.Println("removing key", key)
|
||||
//log.Println("removing key", key)
|
||||
nm.deletionCounter++
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user