mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00: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 a new issue